Html Css Color HEX #E41978 Ruby

📋 copy color: '#E41978'

red 228 ◦ green 25 ◦ blue 120

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

Shades of Ruby #E41978

Tints of Ruby #E41978

RGB

 RED value IS 228 (89.45% from 255) = 61.13%

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

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

R = 61.13%
G = 6.7%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E41978 (or 0xE41978) is known color: Ruby. HEX triplet: E4, 19 and 78. RGB value is (228,25,120). Sum of RGB (Red+Green+Blue) = 228+25+120=373 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.13% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 228 - color contains mainly: red. Hex color #E41978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41978 is #1BE687. Grayscale: #606060. Windows color (decimal): -1828488 or 7870948. OLE color: 7870948.

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

Color convert

RGB 228 25 120 -
CMYK 0 0.89 0.47 0.11
HSL 331.92º 0.8% 0.5% -
HSV(B) 331.92º 0.89% 0.89% -
XYZ 35.73 18.55 19.47 -
YUV 96.53 141.25 221.78 -
System Red Green Blue C M Y K H S L
Decimal 228 25 120 0 0.89 0.47 0.11 331.92 0.8 0.5
Hex E4 19 78 0 59 2F B 14C 50 32
Octal 344 31 170 0 131 57 13 514 120 62
Binary 11100100 11001 1111000 0 1011001 101111 1011 101001100 1010000 110010

Color Harmonies of #E41978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41978

Black with #E41978

Text Example


Text Example

White with #E41978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41978; }

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

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

background-color css

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

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

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

border-color css

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

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

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