#E0349B

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

Shades of Deep Cerise #E0349B

Tints of Deep Cerise #E0349B

Color information

#E0349B (or 0xE0349B) is unknown color: approx Deep Cerise. HEX triplet: E0, 34 and 9B. RGB value is (224,52,155). Sum of RGB (Red+Green+Blue) = 224+52+155=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E0349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0349B is #1FCB64. Grayscale: #727272. Windows color (decimal): -2083685 or 10171616. OLE color: 10171616.

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

Color convert

RGB22452155-
CMYK00.770.310.12
HSL324.07º73.5%54.12%-
HSV(B)324.07º76.79%87.84%-
XYZ37.8820.6733-
YUV115.17150.48205.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.97%
GREEN value IS 52 (20.70% from 255) = 12.06%
BLUE value IS 155 (60.94% from 255) = 35.96%
R=51.97%
G=12.06%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245215500.770.310.12324.0773.554.12
HexE0349B04D1FC1444a36
Octal340642330115371450411266
Binary1110000011010010011011010011011111111001010001001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0349B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0349B; }

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

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

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

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

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

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

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

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