Html Css Color HEX #E2206F Ruby

📋 copy color: '#E2206F'

red 226 ◦ green 32 ◦ blue 111

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

Shades of Ruby #E2206F

Tints of Ruby #E2206F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.08%

R = 61.25%
G = 8.67%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2206F (or 0xE2206F) is known color: Ruby. HEX triplet: E2, 20 and 6F. RGB value is (226,32,111). Sum of RGB (Red+Green+Blue) = 226+32+111=369 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.25% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 226 - color contains mainly: red. Hex color #E2206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2206F is #1DDF90. Grayscale: #626262. Windows color (decimal): -1957777 or 7282914. OLE color: 7282914.

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

Color convert

RGB 226 32 111 -
CMYK 0 0.86 0.51 0.11
HSL 335.57º 0.77% 0.51% -
HSV(B) 335.57º 0.86% 0.89% -
XYZ 34.75 18.35 16.75 -
YUV 99.01 134.77 218.58 -
System Red Green Blue C M Y K H S L
Decimal 226 32 111 0 0.86 0.51 0.11 335.57 0.77 0.51
Hex E2 20 6F 0 56 33 B 150 4D 33
Octal 342 40 157 0 126 63 13 520 115 63
Binary 11100010 100000 1101111 0 1010110 110011 1011 101010000 1001101 110011

Color Harmonies of #E2206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2206F

Black with #E2206F

Text Example


Text Example

White with #E2206F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2206F; }

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

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

background-color css

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

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

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

border-color css

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

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

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