#EB347C

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

Shades of Deep Cerise #EB347C

Tints of Deep Cerise #EB347C

Color information

#EB347C (or 0xEB347C) is unknown color: approx Deep Cerise. HEX triplet: EB, 34 and 7C. RGB value is (235,52,124). Sum of RGB (Red+Green+Blue) = 235+52+124=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EB347C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB347C is #14CB83. Grayscale: #727272. Windows color (decimal): -1362820 or 8140011. OLE color: 8140011.

HSL color Cylindrical-coordinate representation of color #EB347C: hue angle of 336.39º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EB347C is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB23552124-
CMYK00.780.470.08
HSL336.39º82.06%56.27%-
HSV(B)336.39º77.87%92.16%-
XYZ39.1321.5721.17-
YUV114.92133.13213.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.18%
GREEN value IS 52 (20.70% from 255) = 12.65%
BLUE value IS 124 (48.83% from 255) = 30.17%
R=57.18%
G=12.65%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355212400.780.470.08336.3982.0656.27
HexEB347C04E2F81505238
Octal353641740116571052012270
Binary1110101111010011111000100111010111110001010100001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB347C; }

 p { color: rgb(235,52,124); }

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

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

 a { background-color: rgb(235,52,124); }

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

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

 span { border-color: rgb(235,52,124); }

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