#E22B85

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

Shades of Deep Cerise #E22B85

Tints of Deep Cerise #E22B85

Color information

#E22B85 (or 0xE22B85) is unknown color: approx Deep Cerise. HEX triplet: E2, 2B and 85. RGB value is (226,43,133). Sum of RGB (Red+Green+Blue) = 226+43+133=402 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.22% from 402); Green value is 43 (17.19% from 255 or 10.70% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 226 - color contains mainly: red. Hex color #E22B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22B85 is #1DD47A. Grayscale: #6B6B6B. Windows color (decimal): -1954939 or 8727522. OLE color: 8727522.

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

Color convert

RGB22643133-
CMYK00.810.410.11
HSL330.49º75.93%52.75%-
HSV(B)330.49º80.97%88.63%-
XYZ36.4619.5924.05-
YUV107.98142.13212.18-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 56.22%
GREEN value IS 43 (17.19% from 255) = 10.70%
BLUE value IS 133 (52.34% from 255) = 33.08%
R=56.22%
G=10.70%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2264313300.810.410.11330.4975.9352.75
HexE22B8505129B14a4c35
Octal342532050121511351211465
Binary11100010101011100001010101000110100110111010010101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22B85; }

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

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

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

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

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

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

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

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