Html Css Color HEX #E20D60 Ruby

📋 copy color: '#E20D60'

red 226 ◦ green 13 ◦ blue 96

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

Shades of Ruby #E20D60

Tints of Ruby #E20D60

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.88%

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

R = 67.46%
G = 3.88%
B = 28.66%

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

#E20D60 (or 0xE20D60) is known color: Ruby. HEX triplet: E2, 0D and 60. RGB value is (226,13,96). Sum of RGB (Red+Green+Blue) = 226+13+96=335 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.46% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 226 - color contains mainly: red. Hex color #E20D60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20D60 is #1DF29F. Grayscale: #565656. Windows color (decimal): -1962656 or 6295010. OLE color: 6295010.

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

Color convert

RGB 226 13 96 -
CMYK 0 0.94 0.58 0.11
HSL 336.62º 0.89% 0.47% -
HSV(B) 336.62º 0.94% 0.89% -
XYZ 33.62 17.3 12.63 -
YUV 86.15 133.57 227.75 -
System Red Green Blue C M Y K H S L
Decimal 226 13 96 0 0.94 0.58 0.11 336.62 0.89 0.47
Hex E2 D 60 0 5E 3A B 151 59 2F
Octal 342 15 140 0 136 72 13 521 131 57
Binary 11100010 1101 1100000 0 1011110 111010 1011 101010001 1011001 101111

Color Harmonies of #E20D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20D60

Black with #E20D60

Text Example


Text Example

White with #E20D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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