Html Css Color HEX #E2206D Ruby

📋 copy color: '#E2206D'

red 226 ◦ green 32 ◦ blue 109

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

Shades of Ruby #E2206D

Tints of Ruby #E2206D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.7%

R = 61.58%
G = 8.72%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2206D (or 0xE2206D) is known color: Ruby. HEX triplet: E2, 20 and 6D. RGB value is (226,32,109). Sum of RGB (Red+Green+Blue) = 226+32+109=367 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.58% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 226 - color contains mainly: red. Hex color #E2206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2206D is #1DDF92. Grayscale: #626262. Windows color (decimal): -1957779 or 7151842. OLE color: 7151842.

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

Color convert

RGB 226 32 109 -
CMYK 0 0.86 0.52 0.11
HSL 336.19º 0.77% 0.51% -
HSV(B) 336.19º 0.86% 0.89% -
XYZ 34.64 18.31 16.18 -
YUV 98.78 133.77 218.74 -
System Red Green Blue C M Y K H S L
Decimal 226 32 109 0 0.86 0.52 0.11 336.19 0.77 0.51
Hex E2 20 6D 0 56 34 B 150 4D 33
Octal 342 40 155 0 126 64 13 520 115 63
Binary 11100010 100000 1101101 0 1010110 110100 1011 101010000 1001101 110011

Color Harmonies of #E2206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2206D

Black with #E2206D

Text Example


Text Example

White with #E2206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2206D; }

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

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

background-color css

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

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

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

border-color css

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

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

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