Html Css Color HEX #E20A6E Ruby

📋 copy color: '#E20A6E'

red 226 ◦ green 10 ◦ blue 110

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

Shades of Ruby #E20A6E

Tints of Ruby #E20A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.79%

R = 65.32%
G = 2.89%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E20A6E (or 0xE20A6E) is known color: Ruby. HEX triplet: E2, 0A and 6E. RGB value is (226,10,110). Sum of RGB (Red+Green+Blue) = 226+10+110=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20A6E is #1DF591. Grayscale: #555555. Windows color (decimal): -1963410 or 7211746. OLE color: 7211746.

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

Color convert

RGB 226 10 110 -
CMYK 0 0.96 0.51 0.11
HSL 332.22º 0.92% 0.46% -
HSV(B) 332.22º 0.96% 0.89% -
XYZ 34.29 17.51 16.32 -
YUV 85.98 141.56 227.87 -
System Red Green Blue C M Y K H S L
Decimal 226 10 110 0 0.96 0.51 0.11 332.22 0.92 0.46
Hex E2 A 6E 0 60 33 B 14C 5C 2E
Octal 342 12 156 0 140 63 13 514 134 56
Binary 11100010 1010 1101110 0 1100000 110011 1011 101001100 1011100 101110

Color Harmonies of #E20A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20A6E

Black with #E20A6E

Text Example


Text Example

White with #E20A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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