#E8378C

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

Shades of Deep Cerise #E8378C

Tints of Deep Cerise #E8378C

Color information

#E8378C (or 0xE8378C) is unknown color: approx Deep Cerise. HEX triplet: E8, 37 and 8C. RGB value is (232,55,140). Sum of RGB (Red+Green+Blue) = 232+55+140=427 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.33% from 427); Green value is 55 (21.88% from 255 or 12.88% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 232 - color contains mainly: red. Hex color #E8378C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8378C is #17C873. Grayscale: #757575. Windows color (decimal): -1558644 or 9189352. OLE color: 9189352.

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

Color convert

RGB23255140-
CMYK00.760.400.09
HSL331.19º79.37%56.27%-
HSV(B)331.19º76.29%90.98%-
XYZ39.3821.7826.94-
YUV117.61140.64209.59-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.33%
GREEN value IS 55 (21.88% from 255) = 12.88%
BLUE value IS 140 (55.08% from 255) = 32.79%
R=54.33%
G=12.88%
B=32.79%

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
Decimal2325514000.760.400.09331.1979.3756.27
HexE8378C04C28914b4f38
Octal350672140114501151311770
Binary11101000110111100011000100110010100010011010010111001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8378C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8378C; }

 p { color: rgb(232,55,140); }

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

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

 a { background-color: rgb(232,55,140); }

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

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

 span { border-color: rgb(232,55,140); }

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