Html Css Color HEX #E40878 Ruby

📋 copy color: '#E40878'

red 228 ◦ green 8 ◦ blue 120

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

Shades of Ruby #E40878

Tints of Ruby #E40878

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.25%

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

R = 64.04%
G = 2.25%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E40878 (or 0xE40878) is known color: Ruby. HEX triplet: E4, 08 and 78. RGB value is (228,8,120). Sum of RGB (Red+Green+Blue) = 228+8+120=356 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.04% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 228 - color contains mainly: red. Hex color #E40878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40878 is #1BF787. Grayscale: #565656. Windows color (decimal): -1832840 or 7866596. OLE color: 7866596.

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

Color convert

RGB 228 8 120 -
CMYK 0 0.96 0.47 0.11
HSL 329.45º 0.93% 0.46% -
HSV(B) 329.45º 0.96% 0.89% -
XYZ 35.47 18.02 19.38 -
YUV 86.55 146.89 228.89 -
System Red Green Blue C M Y K H S L
Decimal 228 8 120 0 0.96 0.47 0.11 329.45 0.93 0.46
Hex E4 8 78 0 60 2F B 149 5D 2E
Octal 344 10 170 0 140 57 13 511 135 56
Binary 11100100 1000 1111000 0 1100000 101111 1011 101001001 1011101 101110

Color Harmonies of #E40878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40878

Black with #E40878

Text Example


Text Example

White with #E40878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40878; }

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

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

background-color css

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

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

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

border-color css

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

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

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