#E52670

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

Shades of Cerise #E52670

Tints of Cerise #E52670

Color information

#E52670 (or 0xE52670) is unknown color: approx Cerise. HEX triplet: E5, 26 and 70. RGB value is (229,38,112). Sum of RGB (Red+Green+Blue) = 229+38+112=379 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.42% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 229 - color contains mainly: red. Hex color #E52670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52670 is #1AD98F. Grayscale: #676767. Windows color (decimal): -1759632 or 7349989. OLE color: 7349989.

HSL color Cylindrical-coordinate representation of color #E52670: hue angle of 336.75º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E52670 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB22938112-
CMYK00.830.510.10
HSL336.75º78.6%52.35%-
HSV(B)336.75º83.41%89.8%-
XYZ35.9319.2117.14-
YUV103.54132.78217.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 60.42%
GREEN value IS 38 (15.23% from 255) = 10.03%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=60.42%
G=10.03%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2293811200.830.510.10336.7578.652.35
HexE5267005333A1514f34
Octal345461600123631252111764
Binary1110010110011011100000101001111001110101010100011001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52670; }

 p { color: rgb(229,38,112); }

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

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

 a { background-color: rgb(229,38,112); }

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

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

 span { border-color: rgb(229,38,112); }

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