#E02C7A

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

Shades of Deep Cerise #E02C7A

Tints of Deep Cerise #E02C7A

Color information

#E02C7A (or 0xE02C7A) is unknown color: approx Deep Cerise. HEX triplet: E0, 2C and 7A. RGB value is (224,44,122). Sum of RGB (Red+Green+Blue) = 224+44+122=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02C7A is #1FD385. Grayscale: #6A6A6A. Windows color (decimal): -2085766 or 8006880. OLE color: 8006880.

HSL color Cylindrical-coordinate representation of color #E02C7A: hue angle of 334º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02C7A is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB22444122-
CMYK00.800.460.12
HSL334º74.38%52.55%-
HSV(B)334º80.36%87.84%-
XYZ35.1519.0520.24-
YUV106.71136.63211.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 57.44%
GREEN value IS 44 (17.58% from 255) = 11.28%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=57.44%
G=11.28%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244412200.800.460.1233474.3852.55
HexE02C7A0502EC14e4a35
Octal340541720120561451611265
Binary1110000010110011110100101000010111011001010011101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02C7A; }

 p { color: rgb(224,44,122); }

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

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

 a { background-color: rgb(224,44,122); }

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

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

 span { border-color: rgb(224,44,122); }

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