#E0377A

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

Shades of Deep Cerise #E0377A

Tints of Deep Cerise #E0377A

Color information

#E0377A (or 0xE0377A) is unknown color: approx Deep Cerise. HEX triplet: E0, 37 and 7A. RGB value is (224,55,122). Sum of RGB (Red+Green+Blue) = 224+55+122=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E0377A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0377A is #1FC885. Grayscale: #717171. Windows color (decimal): -2082950 or 8009696. OLE color: 8009696.

HSL color Cylindrical-coordinate representation of color #E0377A: hue angle of 336.21º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E0377A is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB22455122-
CMYK00.750.460.12
HSL336.21º73.16%54.71%-
HSV(B)336.21º75.45%87.84%-
XYZ35.6219.9820.39-
YUV113.17132.99207.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.86%
GREEN value IS 55 (21.88% from 255) = 13.72%
BLUE value IS 122 (48.05% from 255) = 30.42%
R=55.86%
G=13.72%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245512200.750.460.12336.2173.1654.71
HexE0377A04B2EC1504937
Octal340671720113561452011167
Binary1110000011011111110100100101110111011001010100001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0377A; }

 p { color: rgb(224,55,122); }

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

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

 a { background-color: rgb(224,55,122); }

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

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

 span { border-color: rgb(224,55,122); }

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