Html Css Color HEX #E2206A Ruby

📋 copy color: '#E2206A'

red 226 ◦ green 32 ◦ blue 106

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

Shades of Ruby #E2206A

Tints of Ruby #E2206A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.79%

 BLUE value IS 106 (41.8% from 255) = 29.12%

R = 62.09%
G = 8.79%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2206A (or 0xE2206A) is known color: Ruby. HEX triplet: E2, 20 and 6A. RGB value is (226,32,106). Sum of RGB (Red+Green+Blue) = 226+32+106=364 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.09% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 226 - color contains mainly: red. Hex color #E2206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2206A is #1DDF95. Grayscale: #626262. Windows color (decimal): -1957782 or 6955234. OLE color: 6955234.

HSL color Cylindrical-coordinate representation of color #E2206A: hue angle of 337.11º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2206A is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 32 106 -
CMYK 0 0.86 0.53 0.11
HSL 337.11º 0.77% 0.51% -
HSV(B) 337.11º 0.86% 0.89% -
XYZ 34.48 18.24 15.34 -
YUV 98.44 132.27 218.98 -
System Red Green Blue C M Y K H S L
Decimal 226 32 106 0 0.86 0.53 0.11 337.11 0.77 0.51
Hex E2 20 6A 0 56 35 B 151 4D 33
Octal 342 40 152 0 126 65 13 521 115 63
Binary 11100010 100000 1101010 0 1010110 110101 1011 101010001 1001101 110011

Color Harmonies of #E2206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2206A

Black with #E2206A

Text Example


Text Example

White with #E2206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2206A; }

 p { color: rgb(226,32,106); }

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

background-color css

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

 a { background-color: rgb(226,32,106); }

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

border-color css

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

 span { border-color: rgb(226,32,106); }

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