#E9388C

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

Shades of Deep Cerise #E9388C

Tints of Deep Cerise #E9388C

Color information

#E9388C (or 0xE9388C) is unknown color: approx Deep Cerise. HEX triplet: E9, 38 and 8C. RGB value is (233,56,140). Sum of RGB (Red+Green+Blue) = 233+56+140=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E9388C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9388C is #16C773. Grayscale: #767676. Windows color (decimal): -1492852 or 9189609. OLE color: 9189609.

HSL color Cylindrical-coordinate representation of color #E9388C: hue angle of 331.53º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E9388C is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB23356140-
CMYK00.760.400.09
HSL331.53º80.09%56.67%-
HSV(B)331.53º75.97%91.37%-
XYZ39.7522.0526.97-
YUV118.5140.14209.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.31%
GREEN value IS 56 (22.27% from 255) = 13.05%
BLUE value IS 140 (55.08% from 255) = 32.63%
R=54.31%
G=13.05%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2335614000.760.400.09331.5380.0956.67
HexE9388C04C28914c5039
Octal351702140114501151412071
Binary11101001111000100011000100110010100010011010011001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9388C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9388C; }

 p { color: rgb(233,56,140); }

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

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

 a { background-color: rgb(233,56,140); }

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

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

 span { border-color: rgb(233,56,140); }

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