#E72B70

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

Shades of Cerise #E72B70

Tints of Cerise #E72B70

Color information

#E72B70 (or 0xE72B70) is unknown color: approx Cerise. HEX triplet: E7, 2B and 70. RGB value is (231,43,112). Sum of RGB (Red+Green+Blue) = 231+43+112=386 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.84% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 231 - color contains mainly: red. Hex color #E72B70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72B70 is #18D48F. Grayscale: #6A6A6A. Windows color (decimal): -1627280 or 7351271. OLE color: 7351271.

HSL color Cylindrical-coordinate representation of color #E72B70: hue angle of 337.98º 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 #E72B70 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB23143112-
CMYK00.810.520.09
HSL337.98º79.66%53.73%-
HSV(B)337.98º81.39%90.59%-
XYZ36.7419.8917.23-
YUV107.08130.78216.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 59.84%
GREEN value IS 43 (17.19% from 255) = 11.14%
BLUE value IS 112 (44.14% from 255) = 29.02%
R=59.84%
G=11.14%
B=29.02%

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
Decimal2314311200.810.520.09337.9879.6653.73
HexE72B700513491525036
Octal347531600121641152212066
Binary1110011110101111100000101000111010010011010100101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72B70; }

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

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

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

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

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

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

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

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