Html Css Color HEX #EB348B Deep Cerise

📋 copy color: '#EB348B'

red 235 ◦ green 52 ◦ blue 139

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

Shades of Deep Cerise #EB348B

Tints of Deep Cerise #EB348B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.63%

R = 55.16%
G = 12.21%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB348B (or 0xEB348B) is known color: Deep Cerise. HEX triplet: EB, 34 and 8B. RGB value is (235,52,139). Sum of RGB (Red+Green+Blue) = 235+52+139=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EB348B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB348B is #14CB74. Grayscale: #747474. Windows color (decimal): -1362805 or 9123051. OLE color: 9123051.

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

Color convert

RGB 235 52 139 -
CMYK 0 0.78 0.41 0.08
HSL 331.48º 0.82% 0.56% -
HSV(B) 331.48º 0.78% 0.92% -
XYZ 40.15 21.98 26.55 -
YUV 116.64 140.63 212.43 -
System Red Green Blue C M Y K H S L
Decimal 235 52 139 0 0.78 0.41 0.08 331.48 0.82 0.56
Hex EB 34 8B 0 4E 29 8 14B 52 38
Octal 353 64 213 0 116 51 10 513 122 70
Binary 11101011 110100 10001011 0 1001110 101001 1000 101001011 1010010 111000

Color Harmonies of #EB348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB348B

Black with #EB348B

Text Example


Text Example

White with #EB348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB348B; }

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

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

background-color css

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

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

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

border-color css

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

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

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