#e0347e

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

Shades of Deep Cerise #E0347E

Tints of Deep Cerise #E0347E

Color information

#E0347E (or 0xE0347E) is unknown color: approx Deep Cerise. HEX triplet: E0, 34 and 7E. RGB value is (224,52,126). Sum of RGB (Red+Green+Blue) = 224+52+126=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E0347E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0347E is #1FCB81. Grayscale: #6F6F6F. Windows color (decimal): -2083714 or 8271072. OLE color: 8271072.

HSL color Cylindrical-coordinate representation of color #E0347E: hue angle of 334.19º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E0347E is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB22452126-
CMYK00.770.440.12
HSL334.19º73.5%54.12%-
HSV(B)334.19º76.79%87.84%-
XYZ35.7319.8121.68-
YUV111.86135.98207.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.72%
GREEN value IS 52 (20.70% from 255) = 12.94%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=55.72%
G=12.94%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245212600.770.440.12334.1973.554.12
HexE0347E04D2CC14e4a36
Octal340641760115541451611266
Binary1110000011010011111100100110110110011001010011101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0347e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0347e; }

 p { color: rgb(224,52,126); }

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

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

 a { background-color: rgb(224,52,126); }

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

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

 span { border-color: rgb(224,52,126); }

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