Html Css Color HEX #E40E60 Ruby

📋 copy color: '#E40E60'

red 228 ◦ green 14 ◦ blue 96

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

Shades of Ruby #E40E60

Tints of Ruby #E40E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.4%

R = 67.46%
G = 4.14%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E40E60 (or 0xE40E60) is known color: Ruby. HEX triplet: E4, 0E and 60. RGB value is (228,14,96). Sum of RGB (Red+Green+Blue) = 228+14+96=338 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.46% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 228 - color contains mainly: red. Hex color #E40E60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40E60 is #1BF19F. Grayscale: #575757. Windows color (decimal): -1831328 or 6295268. OLE color: 6295268.

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

Color convert

RGB 228 14 96 -
CMYK 0 0.94 0.58 0.11
HSL 337.01º 0.88% 0.47% -
HSV(B) 337.01º 0.94% 0.89% -
XYZ 34.26 17.65 12.67 -
YUV 87.33 132.9 228.33 -
System Red Green Blue C M Y K H S L
Decimal 228 14 96 0 0.94 0.58 0.11 337.01 0.88 0.47
Hex E4 E 60 0 5E 3A B 151 58 2F
Octal 344 16 140 0 136 72 13 521 130 57
Binary 11100100 1110 1100000 0 1011110 111010 1011 101010001 1011000 101111

Color Harmonies of #E40E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40E60

Black with #E40E60

Text Example


Text Example

White with #E40E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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