#E8378D

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

Shades of Deep Cerise #E8378D

Tints of Deep Cerise #E8378D

Color information

#E8378D (or 0xE8378D) is unknown color: approx Deep Cerise. HEX triplet: E8, 37 and 8D. RGB value is (232,55,141). Sum of RGB (Red+Green+Blue) = 232+55+141=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 55 (21.88% from 255 or 12.85% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E8378D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8378D is #17C872. Grayscale: #757575. Windows color (decimal): -1558643 or 9254888. OLE color: 9254888.

HSL color Cylindrical-coordinate representation of color #E8378D: hue angle of 330.85º 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 #E8378D is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB23255141-
CMYK00.760.390.09
HSL330.85º79.37%56.27%-
HSV(B)330.85º76.29%90.98%-
XYZ39.4521.8127.33-
YUV117.73141.14209.51-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.21%
GREEN value IS 55 (21.88% from 255) = 12.85%
BLUE value IS 141 (55.47% from 255) = 32.94%
R=54.21%
G=12.85%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2325514100.760.390.09330.8579.3756.27
HexE8378D04C27914b4f38
Octal350672150114471151311770
Binary11101000110111100011010100110010011110011010010111001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8378D; }

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

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

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

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

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

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

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

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