#e22f85

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

Shades of Deep Cerise #E22F85

Tints of Deep Cerise #E22F85

Color information

#E22F85 (or 0xE22F85) is unknown color: approx Deep Cerise. HEX triplet: E2, 2F and 85. RGB value is (226,47,133). Sum of RGB (Red+Green+Blue) = 226+47+133=406 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.67% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 226 - color contains mainly: red. Hex color #E22F85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22F85 is #1DD07A. Grayscale: #6E6E6E. Windows color (decimal): -1953915 or 8728546. OLE color: 8728546.

HSL color Cylindrical-coordinate representation of color #E22F85: hue angle of 331.17º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E22F85 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB22647133-
CMYK00.790.410.11
HSL331.17º75.53%53.53%-
HSV(B)331.17º79.2%88.63%-
XYZ36.6119.924.1-
YUV110.32140.8210.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.67%
GREEN value IS 47 (18.75% from 255) = 11.58%
BLUE value IS 133 (52.34% from 255) = 32.76%
R=55.67%
G=11.58%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2264713300.790.410.11331.1775.5353.53
HexE22F8504F29B14b4c36
Octal342572050117511351311466
Binary11100010101111100001010100111110100110111010010111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e22f85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e22f85; }

 p { color: rgb(226,47,133); }

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

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

 a { background-color: rgb(226,47,133); }

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

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

 span { border-color: rgb(226,47,133); }

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