#E01C7D

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

Shades of Deep Cerise #E01C7D

Tints of Deep Cerise #E01C7D

Color information

#E01C7D (or 0xE01C7D) is unknown color: approx Deep Cerise. HEX triplet: E0, 1C and 7D. RGB value is (224,28,125). Sum of RGB (Red+Green+Blue) = 224+28+125=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01C7D is #1FE382. Grayscale: #616161. Windows color (decimal): -2089859 or 8199392. OLE color: 8199392.

HSL color Cylindrical-coordinate representation of color #E01C7D: hue angle of 330.31º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01C7D is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB22428125-
CMYK00.880.440.12
HSL330.31º77.78%49.41%-
HSV(B)330.31º87.5%87.84%-
XYZ34.8618.1621.07-
YUV97.66143.43218.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 59.42%
GREEN value IS 28 (11.33% from 255) = 7.43%
BLUE value IS 125 (49.22% from 255) = 33.16%
R=59.42%
G=7.43%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242812500.880.440.12330.3177.7849.41
HexE01C7D0582CC14a4e31
Octal340341750130541451211661
Binary111000001110011111010101100010110011001010010101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01C7D; }

 p { color: rgb(224,28,125); }

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

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

 a { background-color: rgb(224,28,125); }

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

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

 span { border-color: rgb(224,28,125); }

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