#E1227A

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

Shades of Deep Cerise #E1227A

Tints of Deep Cerise #E1227A

Color information

#E1227A (or 0xE1227A) is unknown color: approx Deep Cerise. HEX triplet: E1, 22 and 7A. RGB value is (225,34,122). Sum of RGB (Red+Green+Blue) = 225+34+122=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E1227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1227A is #1EDD85. Grayscale: #646464. Windows color (decimal): -2022790 or 8004321. OLE color: 8004321.

HSL color Cylindrical-coordinate representation of color #E1227A: hue angle of 332.36º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1227A is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB22534122-
CMYK00.850.460.12
HSL332.36º76.1%50.78%-
HSV(B)332.36º84.89%88.24%-
XYZ35.1418.5620.14-
YUV101.14139.78216.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.06%
GREEN value IS 34 (13.67% from 255) = 8.92%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=59.06%
G=8.92%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253412200.850.460.12332.3676.150.78
HexE1227A0552EC14c4c33
Octal341421720125561451411463
Binary1110000110001011110100101010110111011001010011001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1227A; }

 p { color: rgb(225,34,122); }

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

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

 a { background-color: rgb(225,34,122); }

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

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

 span { border-color: rgb(225,34,122); }

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