#E9238D

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

Shades of Deep Cerise #E9238D

Tints of Deep Cerise #E9238D

Color information

#E9238D (or 0xE9238D) is unknown color: approx Deep Cerise. HEX triplet: E9, 23 and 8D. RGB value is (233,35,141). Sum of RGB (Red+Green+Blue) = 233+35+141=409 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.97% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 233 - color contains mainly: red. Hex color #E9238D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9238D is #16DC72. Grayscale: #6A6A6A. Windows color (decimal): -1498227 or 9249769. OLE color: 9249769.

HSL color Cylindrical-coordinate representation of color #E9238D: hue angle of 327.88º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9238D is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB23335141-
CMYK00.850.390.09
HSL327.88º81.82%52.55%-
HSV(B)327.88º84.98%91.37%-
XYZ39.0120.4527.09-
YUV106.29147.6218.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 56.97%
GREEN value IS 35 (14.06% from 255) = 8.56%
BLUE value IS 141 (55.47% from 255) = 34.47%
R=56.97%
G=8.56%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2333514100.850.390.09327.8881.8252.55
HexE9238D0552791485235
Octal351432150125471151012265
Binary11101001100011100011010101010110011110011010010001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9238D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9238D; }

 p { color: rgb(233,35,141); }

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

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

 a { background-color: rgb(233,35,141); }

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

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

 span { border-color: rgb(233,35,141); }

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