Html Css Color HEX #E40C78 Ruby

📋 copy color: '#E40C78'

red 228 ◦ green 12 ◦ blue 120

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

Shades of Ruby #E40C78

Tints of Ruby #E40C78

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.33%

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

R = 63.33%
G = 3.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E40C78 (or 0xE40C78) is known color: Ruby. HEX triplet: E4, 0C and 78. RGB value is (228,12,120). Sum of RGB (Red+Green+Blue) = 228+12+120=360 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.33% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 228 - color contains mainly: red. Hex color #E40C78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40C78 is #1BF387. Grayscale: #585858. Windows color (decimal): -1831816 or 7867620. OLE color: 7867620.

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

Color convert

RGB 228 12 120 -
CMYK 0 0.95 0.47 0.11
HSL 330º 0.9% 0.47% -
HSV(B) 330º 0.95% 0.89% -
XYZ 35.52 18.11 19.39 -
YUV 88.9 145.56 227.22 -
System Red Green Blue C M Y K H S L
Decimal 228 12 120 0 0.95 0.47 0.11 330 0.9 0.47
Hex E4 C 78 0 5F 2F B 14A 5A 2F
Octal 344 14 170 0 137 57 13 512 132 57
Binary 11100100 1100 1111000 0 1011111 101111 1011 101001010 1011010 101111

Color Harmonies of #E40C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40C78

Black with #E40C78

Text Example


Text Example

White with #E40C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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