Html Css Color HEX #E40E72 Ruby

📋 copy color: '#E40E72'

red 228 ◦ green 14 ◦ blue 114

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

Shades of Ruby #E40E72

Tints of Ruby #E40E72

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.93%

 BLUE value IS 114 (44.92% from 255) = 32.02%

R = 64.04%
G = 3.93%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E40E72 (or 0xE40E72) is known color: Ruby. HEX triplet: E4, 0E and 72. RGB value is (228,14,114). Sum of RGB (Red+Green+Blue) = 228+14+114=356 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.04% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 228 - color contains mainly: red. Hex color #E40E72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40E72 is #1BF18D. Grayscale: #595959. Windows color (decimal): -1831310 or 7474916. OLE color: 7474916.

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

Color convert

RGB 228 14 114 -
CMYK 0 0.94 0.50 0.11
HSL 331.96º 0.88% 0.47% -
HSV(B) 331.96º 0.94% 0.89% -
XYZ 35.19 18.02 17.54 -
YUV 89.39 141.9 226.87 -
System Red Green Blue C M Y K H S L
Decimal 228 14 114 0 0.94 0.50 0.11 331.96 0.88 0.47
Hex E4 E 72 0 5E 32 B 14C 58 2F
Octal 344 16 162 0 136 62 13 514 130 57
Binary 11100100 1110 1110010 0 1011110 110010 1011 101001100 1011000 101111

Color Harmonies of #E40E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40E72

Black with #E40E72

Text Example


Text Example

White with #E40E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40E72; }

 p { color: rgb(228,14,114); }

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

background-color css

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

 a { background-color: rgb(228,14,114); }

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

border-color css

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

 span { border-color: rgb(228,14,114); }

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