Html Css Color HEX #E01369 Ruby

📋 copy color: '#E01369'

red 224 ◦ green 19 ◦ blue 105

#E01369
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #E01369

Tints of Ruby #E01369

RGB

 RED value IS 224 (87.89% from 255) = 64.37%

 GREEN value IS 19 (7.81% from 255) = 5.46%

 BLUE value IS 105 (41.41% from 255) = 30.17%

R = 64.37%
G = 5.46%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E01369 (or 0xE01369) is known color: Ruby. HEX triplet: E0, 13 and 69. RGB value is (224,19,105). Sum of RGB (Red+Green+Blue) = 224+19+105=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E01369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01369 is #1FEC96. Grayscale: #595959. Windows color (decimal): -2092183 or 6886368. OLE color: 6886368.

HSL color Cylindrical-coordinate representation of color #E01369: hue angle of 334.83º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01369 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 19 105 -
CMYK 0 0.92 0.53 0.12
HSL 334.83º 0.84% 0.48% -
HSV(B) 334.83º 0.92% 0.88% -
XYZ 33.52 17.33 14.94 -
YUV 90.1 136.42 223.51 -
System Red Green Blue C M Y K H S L
Decimal 224 19 105 0 0.92 0.53 0.12 334.83 0.84 0.48
Hex E0 13 69 0 5C 35 C 14F 54 30
Octal 340 23 151 0 134 65 14 517 124 60
Binary 11100000 10011 1101001 0 1011100 110101 1100 101001111 1010100 110000

Color Harmonies of #E01369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01369

Black with #E01369

Text Example


Text Example

White with #E01369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01369; }

 p { color: rgb(224,19,105); }

 H1.HeaderClassName
 {
   color: #E01369;
 }
 .AnyTagClassName
 {
   color: #E01369;
 }
</style>

background-color css

<style>
 a { background-color: #E01369; }

 a { background-color: rgb(224,19,105); }

 div.DivClassName
 {
   background-color: #E01369;
 }
 .BgClassName
 {
   background-color: #E01369;
 }
</style>

border-color css

<style>
 span { border-color: #E01369; }

 span { border-color: rgb(224,19,105); }

 td.TdClassName
 {
   border-color: #E01369;
 }
 .TagClassName
 {
   border-color: #E01369;
 }
</style>