Html Css Color HEX #E22070 Ruby

📋 copy color: '#E22070'

red 226 ◦ green 32 ◦ blue 112

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

Shades of Ruby #E22070

Tints of Ruby #E22070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.27%

R = 61.08%
G = 8.65%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E22070 (or 0xE22070) is known color: Ruby. HEX triplet: E2, 20 and 70. RGB value is (226,32,112). Sum of RGB (Red+Green+Blue) = 226+32+112=370 (49% of max value = 765). Red value is 226 (88.67% from 255 or 61.08% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 226 - color contains mainly: red. Hex color #E22070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22070 is #1DDF8F. Grayscale: #636363. Windows color (decimal): -1957776 or 7348450. OLE color: 7348450.

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

Color convert

RGB 226 32 112 -
CMYK 0 0.86 0.50 0.11
HSL 335.26º 0.77% 0.51% -
HSV(B) 335.26º 0.86% 0.89% -
XYZ 34.81 18.37 17.04 -
YUV 99.13 135.27 218.5 -
System Red Green Blue C M Y K H S L
Decimal 226 32 112 0 0.86 0.50 0.11 335.26 0.77 0.51
Hex E2 20 70 0 56 32 B 14F 4D 33
Octal 342 40 160 0 126 62 13 517 115 63
Binary 11100010 100000 1110000 0 1010110 110010 1011 101001111 1001101 110011

Color Harmonies of #E22070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22070

Black with #E22070

Text Example


Text Example

White with #E22070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22070; }

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

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

background-color css

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

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

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

border-color css

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

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

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