Html Css Color HEX #E41478 Ruby

📋 copy color: '#E41478'

red 228 ◦ green 20 ◦ blue 120

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

Shades of Ruby #E41478

Tints of Ruby #E41478

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.43%

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

R = 61.96%
G = 5.43%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E41478 (or 0xE41478) is known color: Ruby. HEX triplet: E4, 14 and 78. RGB value is (228,20,120). Sum of RGB (Red+Green+Blue) = 228+20+120=368 (48% of max value = 765). Red value is 228 (89.45% from 255 or 61.96% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 228 - color contains mainly: red. Hex color #E41478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41478 is #1BEB87. Grayscale: #5D5D5D. Windows color (decimal): -1829768 or 7869668. OLE color: 7869668.

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

Color convert

RGB 228 20 120 -
CMYK 0 0.91 0.47 0.11
HSL 331.15º 0.84% 0.49% -
HSV(B) 331.15º 0.91% 0.89% -
XYZ 35.64 18.35 19.43 -
YUV 93.59 142.91 223.87 -
System Red Green Blue C M Y K H S L
Decimal 228 20 120 0 0.91 0.47 0.11 331.15 0.84 0.49
Hex E4 14 78 0 5B 2F B 14B 54 31
Octal 344 24 170 0 133 57 13 513 124 61
Binary 11100100 10100 1111000 0 1011011 101111 1011 101001011 1010100 110001

Color Harmonies of #E41478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41478

Black with #E41478

Text Example


Text Example

White with #E41478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41478; }

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

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

background-color css

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

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

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

border-color css

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

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

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