#e22d82

Color #E22D82 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #E22D82

Tints of Deep Cerise #E22D82

Color information

#E22D82 (or 0xE22D82) is unknown color: approx Deep Cerise. HEX triplet: E2, 2D and 82. RGB value is (226,45,130). Sum of RGB (Red+Green+Blue) = 226+45+130=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E22D82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22D82 is #1DD27D. Grayscale: #6C6C6C. Windows color (decimal): -1954430 or 8531426. OLE color: 8531426.

HSL color Cylindrical-coordinate representation of color #E22D82: hue angle of 331.82º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E22D82 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB22645130-
CMYK00.800.420.11
HSL331.82º75.73%53.14%-
HSV(B)331.82º80.09%88.63%-
XYZ36.3319.6623-
YUV108.81139.97211.59-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 56.36%
GREEN value IS 45 (17.97% from 255) = 11.22%
BLUE value IS 130 (51.17% from 255) = 32.42%
R=56.36%
G=11.22%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2264513000.800.420.11331.8275.7353.14
HexE22D820502AB14c4c35
Octal342552020120521351411465
Binary11100010101101100000100101000010101010111010011001001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e22d82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e22d82; }

 p { color: rgb(226,45,130); }

 H1.HeaderClassName
 {
   color: #e22d82;
 }
 .AnyTagClassName
 {
   color: #e22d82;
 }
</style>
background-color css

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

 a { background-color: rgb(226,45,130); }

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

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

 span { border-color: rgb(226,45,130); }

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