Html Css Color HEX #EB348C Deep Cerise

📋 copy color: '#EB348C'

red 235 ◦ green 52 ◦ blue 140

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

Shades of Deep Cerise #EB348C

Tints of Deep Cerise #EB348C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.18%

 BLUE value IS 140 (55.08% from 255) = 32.79%

R = 55.04%
G = 12.18%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB348C (or 0xEB348C) is known color: Deep Cerise. HEX triplet: EB, 34 and 8C. RGB value is (235,52,140). Sum of RGB (Red+Green+Blue) = 235+52+140=427 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.04% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 235 - color contains mainly: red. Hex color #EB348C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB348C is #14CB73. Grayscale: #747474. Windows color (decimal): -1362804 or 9188587. OLE color: 9188587.

HSL color Cylindrical-coordinate representation of color #EB348C: hue angle of 331.15º 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 #EB348C is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 52 140 -
CMYK 0 0.78 0.40 0.08
HSL 331.15º 0.82% 0.56% -
HSV(B) 331.15º 0.78% 0.92% -
XYZ 40.22 22.01 26.94 -
YUV 116.75 141.13 212.34 -
System Red Green Blue C M Y K H S L
Decimal 235 52 140 0 0.78 0.40 0.08 331.15 0.82 0.56
Hex EB 34 8C 0 4E 28 8 14B 52 38
Octal 353 64 214 0 116 50 10 513 122 70
Binary 11101011 110100 10001100 0 1001110 101000 1000 101001011 1010010 111000

Color Harmonies of #EB348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB348C

Black with #EB348C

Text Example


Text Example

White with #EB348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB348C; }

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

 H1.HeaderClassName
 {
   color: #EB348C;
 }
 .AnyTagClassName
 {
   color: #EB348C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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