Html Css Color HEX #E20E60 Ruby

📋 copy color: '#E20E60'

red 226 ◦ green 14 ◦ blue 96

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

Shades of Ruby #E20E60

Tints of Ruby #E20E60

RGB

 RED value IS 226 (88.67% from 255) = 67.26%

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

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

R = 67.26%
G = 4.17%
B = 28.57%

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

#E20E60 (or 0xE20E60) is known color: Ruby. HEX triplet: E2, 0E and 60. RGB value is (226,14,96). Sum of RGB (Red+Green+Blue) = 226+14+96=336 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.26% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 226 - color contains mainly: red. Hex color #E20E60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20E60 is #1DF19F. Grayscale: #565656. Windows color (decimal): -1962400 or 6295266. OLE color: 6295266.

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

Color convert

RGB 226 14 96 -
CMYK 0 0.94 0.58 0.11
HSL 336.79º 0.88% 0.47% -
HSV(B) 336.79º 0.94% 0.89% -
XYZ 33.63 17.33 12.64 -
YUV 86.74 133.24 227.33 -
System Red Green Blue C M Y K H S L
Decimal 226 14 96 0 0.94 0.58 0.11 336.79 0.88 0.47
Hex E2 E 60 0 5E 3A B 151 58 2F
Octal 342 16 140 0 136 72 13 521 130 57
Binary 11100010 1110 1100000 0 1011110 111010 1011 101010001 1011000 101111

Color Harmonies of #E20E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20E60

Black with #E20E60

Text Example


Text Example

White with #E20E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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