Html Css Color HEX #EB347C Deep Cerise

📋 copy color: '#EB347C'

red 235 ◦ green 52 ◦ blue 124

#EB347C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #EB347C

Tints of Deep Cerise #EB347C

RGB

 RED value IS 235 (92.19% from 255) = 57.18%

 GREEN value IS 52 (20.7% 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 value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB347C (or 0xEB347C) is known color: 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

RGB 235 52 124 -
CMYK 0 0.78 0.47 0.08
HSL 336.39º 0.82% 0.56% -
HSV(B) 336.39º 0.78% 0.92% -
XYZ 39.13 21.57 21.17 -
YUV 114.93 133.13 213.65 -
System Red Green Blue C M Y K H S L
Decimal 235 52 124 0 0.78 0.47 0.08 336.39 0.82 0.56
Hex EB 34 7C 0 4E 2F 8 150 52 38
Octal 353 64 174 0 116 57 10 520 122 70
Binary 11101011 110100 1111100 0 1001110 101111 1000 101010000 1010010 111000

Color Harmonies of #EB347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB347C

Black with #EB347C

Text Example


Text Example

White with #EB347C

Text Example


Text Example

HTML Codes & Css Web 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>