Html Css Color HEX #E01978 Ruby

📋 copy color: '#E01978'

red 224 ◦ green 25 ◦ blue 120

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

Shades of Ruby #E01978

Tints of Ruby #E01978

RGB

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

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

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

R = 60.7%
G = 6.78%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E01978 (or 0xE01978) is known color: Ruby. HEX triplet: E0, 19 and 78. RGB value is (224,25,120). Sum of RGB (Red+Green+Blue) = 224+25+120=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E01978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01978 is #1FE687. Grayscale: #5F5F5F. Windows color (decimal): -2090632 or 7870944. OLE color: 7870944.

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

Color convert

RGB 224 25 120 -
CMYK 0 0.89 0.46 0.12
HSL 331.36º 0.8% 0.49% -
HSV(B) 331.36º 0.89% 0.88% -
XYZ 34.48 17.9 19.41 -
YUV 95.33 141.93 219.78 -
System Red Green Blue C M Y K H S L
Decimal 224 25 120 0 0.89 0.46 0.12 331.36 0.8 0.49
Hex E0 19 78 0 59 2E C 14B 50 31
Octal 340 31 170 0 131 56 14 513 120 61
Binary 11100000 11001 1111000 0 1011001 101110 1100 101001011 1010000 110001

Color Harmonies of #E01978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01978

Black with #E01978

Text Example


Text Example

White with #E01978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01978; }

 p { color: rgb(224,25,120); }

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

background-color css

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

 a { background-color: rgb(224,25,120); }

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

border-color css

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

 span { border-color: rgb(224,25,120); }

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