Html Css Color HEX #E41A78 Ruby

📋 copy color: '#E41A78'

red 228 ◦ green 26 ◦ blue 120

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

Shades of Ruby #E41A78

Tints of Ruby #E41A78

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.95%

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

R = 60.96%
G = 6.95%
B = 32.09%

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

#E41A78 (or 0xE41A78) is known color: Ruby. HEX triplet: E4, 1A and 78. RGB value is (228,26,120). Sum of RGB (Red+Green+Blue) = 228+26+120=374 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.96% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 228 - color contains mainly: red. Hex color #E41A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41A78 is #1BE587. Grayscale: #606060. Windows color (decimal): -1828232 or 7871204. OLE color: 7871204.

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

Color convert

RGB 228 26 120 -
CMYK 0 0.89 0.47 0.11
HSL 332.08º 0.8% 0.5% -
HSV(B) 332.08º 0.89% 0.89% -
XYZ 35.75 18.59 19.47 -
YUV 97.11 140.92 221.36 -
System Red Green Blue C M Y K H S L
Decimal 228 26 120 0 0.89 0.47 0.11 332.08 0.8 0.5
Hex E4 1A 78 0 59 2F B 14C 50 32
Octal 344 32 170 0 131 57 13 514 120 62
Binary 11100100 11010 1111000 0 1011001 101111 1011 101001100 1010000 110010

Color Harmonies of #E41A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41A78

Black with #E41A78

Text Example


Text Example

White with #E41A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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