#E72C70

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

Shades of Cerise #E72C70

Tints of Cerise #E72C70

Color information

#E72C70 (or 0xE72C70) is unknown color: approx Cerise. HEX triplet: E7, 2C and 70. RGB value is (231,44,112). Sum of RGB (Red+Green+Blue) = 231+44+112=387 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.69% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 231 - color contains mainly: red. Hex color #E72C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72C70 is #18D38F. Grayscale: #6B6B6B. Windows color (decimal): -1627024 or 7351527. OLE color: 7351527.

HSL color Cylindrical-coordinate representation of color #E72C70: hue angle of 338.18º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72C70 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB23144112-
CMYK00.810.520.09
HSL338.18º79.57%53.92%-
HSV(B)338.18º80.95%90.59%-
XYZ36.7819.9617.24-
YUV107.66130.45215.97-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 59.69%
GREEN value IS 44 (17.58% from 255) = 11.37%
BLUE value IS 112 (44.14% from 255) = 28.94%
R=59.69%
G=11.37%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2314411200.810.520.09338.1879.5753.92
HexE72C700513491525036
Octal347541600121641152212066
Binary1110011110110011100000101000111010010011010100101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72C70; }

 p { color: rgb(231,44,112); }

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

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

 a { background-color: rgb(231,44,112); }

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

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

 span { border-color: rgb(231,44,112); }

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