Html Css Color HEX #E20A66 Ruby

📋 copy color: '#E20A66'

red 226 ◦ green 10 ◦ blue 102

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

Shades of Ruby #E20A66

Tints of Ruby #E20A66

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.96%

 BLUE value IS 102 (40.23% from 255) = 30.18%

R = 66.86%
G = 2.96%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E20A66 (or 0xE20A66) is known color: Ruby. HEX triplet: E2, 0A and 66. RGB value is (226,10,102). Sum of RGB (Red+Green+Blue) = 226+10+102=338 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.86% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20A66 is #1DF599. Grayscale: #545454. Windows color (decimal): -1963418 or 6687458. OLE color: 6687458.

HSL color Cylindrical-coordinate representation of color #E20A66: hue angle of 334.44º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20A66 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 10 102 -
CMYK 0 0.96 0.55 0.11
HSL 334.44º 0.92% 0.46% -
HSV(B) 334.44º 0.96% 0.89% -
XYZ 33.87 17.35 14.13 -
YUV 85.07 137.56 228.52 -
System Red Green Blue C M Y K H S L
Decimal 226 10 102 0 0.96 0.55 0.11 334.44 0.92 0.46
Hex E2 A 66 0 60 37 B 14E 5C 2E
Octal 342 12 146 0 140 67 13 516 134 56
Binary 11100010 1010 1100110 0 1100000 110111 1011 101001110 1011100 101110

Color Harmonies of #E20A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20A66

Black with #E20A66

Text Example


Text Example

White with #E20A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20A66; }

 p { color: rgb(226,10,102); }

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

background-color css

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

 a { background-color: rgb(226,10,102); }

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

border-color css

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

 span { border-color: rgb(226,10,102); }

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