#E3248E

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

Shades of Deep Cerise #E3248E

Tints of Deep Cerise #E3248E

Color information

#E3248E (or 0xE3248E) is unknown color: approx Deep Cerise. HEX triplet: E3, 24 and 8E. RGB value is (227,36,142). Sum of RGB (Red+Green+Blue) = 227+36+142=405 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.05% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 227 - color contains mainly: red. Hex color #E3248E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E3248E is #1CDB71. Grayscale: #686868. Windows color (decimal): -1891186 or 9315555. OLE color: 9315555.

HSL color Cylindrical-coordinate representation of color #E3248E: hue angle of 326.7º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E3248E is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB22736142-
CMYK00.840.370.11
HSL326.7º77.33%51.57%-
HSV(B)326.7º84.14%89.02%-
XYZ37.1919.5527.4-
YUV105.19148.78214.88-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 56.05%
GREEN value IS 36 (14.45% from 255) = 8.89%
BLUE value IS 142 (55.86% from 255) = 35.06%
R=56.05%
G=8.89%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2273614200.840.370.11326.777.3351.57
HexE3248E05425B1474d34
Octal343442160124451350711564
Binary11100011100100100011100101010010010110111010001111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3248E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3248E; }

 p { color: rgb(227,36,142); }

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

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

 a { background-color: rgb(227,36,142); }

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

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

 span { border-color: rgb(227,36,142); }

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