Html Css Color HEX #E11159 Ruby

📋 copy color: '#E11159'

red 225 ◦ green 17 ◦ blue 89

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

Shades of Ruby #E11159

Tints of Ruby #E11159

RGB

 RED value IS 225 (88.28% from 255) = 67.98%

 GREEN value IS 17 (7.03% from 255) = 5.14%

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

R = 67.98%
G = 5.14%
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

#E11159 (or 0xE11159) is known color: Ruby. HEX triplet: E1, 11 and 59. RGB value is (225,17,89). Sum of RGB (Red+Green+Blue) = 225+17+89=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E11159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11159 is #1EEEA6. Grayscale: #575757. Windows color (decimal): -2027175 or 5837281. OLE color: 5837281.

HSL color Cylindrical-coordinate representation of color #E11159: hue angle of 339.23º degrees, saturation: 0.86, 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 #E11159 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 17 89 -
CMYK 0 0.92 0.60 0.12
HSL 339.23º 0.86% 0.47% -
HSV(B) 339.23º 0.92% 0.88% -
XYZ 33.05 17.13 11.02 -
YUV 87.4 128.91 226.15 -
System Red Green Blue C M Y K H S L
Decimal 225 17 89 0 0.92 0.60 0.12 339.23 0.86 0.47
Hex E1 11 59 0 5C 3C C 153 56 2F
Octal 341 21 131 0 134 74 14 523 126 57
Binary 11100001 10001 1011001 0 1011100 111100 1100 101010011 1010110 101111

Color Harmonies of #E11159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11159

Black with #E11159

Text Example


Text Example

White with #E11159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11159; }

 p { color: rgb(225,17,89); }

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

background-color css

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

 a { background-color: rgb(225,17,89); }

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

border-color css

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

 span { border-color: rgb(225,17,89); }

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