Html Css Color HEX #E11972 Ruby

📋 copy color: '#E11972'

red 225 ◦ green 25 ◦ blue 114

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

Shades of Ruby #E11972

Tints of Ruby #E11972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.87%

 BLUE value IS 114 (44.92% from 255) = 31.32%

R = 61.81%
G = 6.87%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E11972 (or 0xE11972) is known color: Ruby. HEX triplet: E1, 19 and 72. RGB value is (225,25,114). Sum of RGB (Red+Green+Blue) = 225+25+114=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E11972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11972 is #1EE68D. Grayscale: #5E5E5E. Windows color (decimal): -2025102 or 7477729. OLE color: 7477729.

HSL color Cylindrical-coordinate representation of color #E11972: hue angle of 333.3º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E11972 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 25 114 -
CMYK 0 0.89 0.49 0.12
HSL 333.3º 0.8% 0.49% -
HSV(B) 333.3º 0.89% 0.88% -
XYZ 34.44 17.92 17.56 -
YUV 94.95 138.76 220.76 -
System Red Green Blue C M Y K H S L
Decimal 225 25 114 0 0.89 0.49 0.12 333.3 0.8 0.49
Hex E1 19 72 0 59 31 C 14D 50 31
Octal 341 31 162 0 131 61 14 515 120 61
Binary 11100001 11001 1110010 0 1011001 110001 1100 101001101 1010000 110001

Color Harmonies of #E11972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11972

Black with #E11972

Text Example


Text Example

White with #E11972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11972; }

 p { color: rgb(225,25,114); }

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

background-color css

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

 a { background-color: rgb(225,25,114); }

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

border-color css

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

 span { border-color: rgb(225,25,114); }

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