Html Css Color HEX #E01259 Ruby

📋 copy color: '#E01259'

red 224 ◦ green 18 ◦ blue 89

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

Shades of Ruby #E01259

Tints of Ruby #E01259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.44%

 BLUE value IS 89 (35.16% from 255) = 26.89%

R = 67.67%
G = 5.44%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E01259 (or 0xE01259) is known color: Ruby. HEX triplet: E0, 12 and 59. RGB value is (224,18,89). Sum of RGB (Red+Green+Blue) = 224+18+89=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E01259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01259 is #1FEDA6. Grayscale: #575757. Windows color (decimal): -2092455 or 5837536. OLE color: 5837536.

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

Color convert

RGB 224 18 89 -
CMYK 0 0.92 0.60 0.12
HSL 339.32º 0.85% 0.47% -
HSV(B) 339.32º 0.92% 0.88% -
XYZ 32.76 17 11.01 -
YUV 87.69 128.75 225.23 -
System Red Green Blue C M Y K H S L
Decimal 224 18 89 0 0.92 0.60 0.12 339.32 0.85 0.47
Hex E0 12 59 0 5C 3C C 153 55 2F
Octal 340 22 131 0 134 74 14 523 125 57
Binary 11100000 10010 1011001 0 1011100 111100 1100 101010011 1010101 101111

Color Harmonies of #E01259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01259

Black with #E01259

Text Example


Text Example

White with #E01259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01259; }

 p { color: rgb(224,18,89); }

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

background-color css

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

 a { background-color: rgb(224,18,89); }

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

border-color css

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

 span { border-color: rgb(224,18,89); }

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