Html Css Color HEX #E11878 Ruby

📋 copy color: '#E11878'

red 225 ◦ green 24 ◦ blue 120

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

Shades of Ruby #E11878

Tints of Ruby #E11878

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.5%

 BLUE value IS 120 (47.27% from 255) = 32.52%

R = 60.98%
G = 6.5%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E11878 (or 0xE11878) is known color: Ruby. HEX triplet: E1, 18 and 78. RGB value is (225,24,120). Sum of RGB (Red+Green+Blue) = 225+24+120=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E11878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11878 is #1EE787. Grayscale: #5E5E5E. Windows color (decimal): -2025352 or 7870689. OLE color: 7870689.

HSL color Cylindrical-coordinate representation of color #E11878: hue angle of 331.34º degrees, saturation: 0.81, 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 #E11878 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 24 120 -
CMYK 0 0.89 0.47 0.12
HSL 331.34º 0.81% 0.49% -
HSV(B) 331.34º 0.89% 0.88% -
XYZ 34.77 18.02 19.41 -
YUV 95.04 142.09 220.69 -
System Red Green Blue C M Y K H S L
Decimal 225 24 120 0 0.89 0.47 0.12 331.34 0.81 0.49
Hex E1 18 78 0 59 2F C 14B 51 31
Octal 341 30 170 0 131 57 14 513 121 61
Binary 11100001 11000 1111000 0 1011001 101111 1100 101001011 1010001 110001

Color Harmonies of #E11878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11878

Black with #E11878

Text Example


Text Example

White with #E11878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11878; }

 p { color: rgb(225,24,120); }

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

background-color css

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

 a { background-color: rgb(225,24,120); }

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

border-color css

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

 span { border-color: rgb(225,24,120); }

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