#E5237F

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

Shades of Deep Cerise #E5237F

Tints of Deep Cerise #E5237F

Color information

#E5237F (or 0xE5237F) is unknown color: approx Deep Cerise. HEX triplet: E5, 23 and 7F. RGB value is (229,35,127). Sum of RGB (Red+Green+Blue) = 229+35+127=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E5237F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5237F is #1ADC80. Grayscale: #676767. Windows color (decimal): -1760385 or 8332261. OLE color: 8332261.

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

Color convert

RGB22935127-
CMYK00.850.450.10
HSL331.55º78.86%51.76%-
HSV(B)331.55º84.72%89.8%-
XYZ36.7419.3921.89-
YUV103.49141.27217.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 58.57%
GREEN value IS 35 (14.06% from 255) = 8.95%
BLUE value IS 127 (50% from 255) = 32.48%
R=58.57%
G=8.95%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2293512700.850.450.10331.5578.8651.76
HexE5237F0552DA14c4f34
Octal345431770125551251411764
Binary1110010110001111111110101010110110110101010011001001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5237F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5237F; }

 p { color: rgb(229,35,127); }

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

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

 a { background-color: rgb(229,35,127); }

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

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

 span { border-color: rgb(229,35,127); }

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