#E0349E

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

Shades of Deep Cerise #E0349E

Tints of Deep Cerise #E0349E

Color information

#E0349E (or 0xE0349E) is unknown color: approx Deep Cerise. HEX triplet: E0, 34 and 9E. RGB value is (224,52,158). Sum of RGB (Red+Green+Blue) = 224+52+158=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E0349E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0349E is #1FCB61. Grayscale: #737373. Windows color (decimal): -2083682 or 10368224. OLE color: 10368224.

HSL color Cylindrical-coordinate representation of color #E0349E: hue angle of 323.02º 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 #E0349E is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB22452158-
CMYK00.770.290.12
HSL323.02º73.5%54.12%-
HSV(B)323.02º76.79%87.84%-
XYZ38.1420.7734.35-
YUV115.51151.98205.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.61%
GREEN value IS 52 (20.70% from 255) = 11.98%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=51.61%
G=11.98%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245215800.770.290.12323.0273.554.12
HexE0349E04D1DC1434a36
Octal340642360115351450311266
Binary1110000011010010011110010011011110111001010000111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0349E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0349E; }

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

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

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

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

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

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

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

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