Html Css Color HEX #EB208B Deep Pink

📋 copy color: '#EB208B'

red 235 ◦ green 32 ◦ blue 139

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

Shades of Deep Pink #EB208B

Tints of Deep Pink #EB208B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.88%

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

R = 57.88%
G = 7.88%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB208B (or 0xEB208B) is known color: Deep Pink. HEX triplet: EB, 20 and 8B. RGB value is (235,32,139). Sum of RGB (Red+Green+Blue) = 235+32+139=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB208B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB208B is #14DF74. Grayscale: #686868. Windows color (decimal): -1367925 or 9117931. OLE color: 9117931.

HSL color Cylindrical-coordinate representation of color #EB208B: hue angle of 328.37º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB208B is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 32 139 -
CMYK 0 0.86 0.41 0.08
HSL 328.37º 0.84% 0.52% -
HSV(B) 328.37º 0.86% 0.92% -
XYZ 39.44 20.56 26.32 -
YUV 104.9 147.25 220.8 -
System Red Green Blue C M Y K H S L
Decimal 235 32 139 0 0.86 0.41 0.08 328.37 0.84 0.52
Hex EB 20 8B 0 56 29 8 148 54 34
Octal 353 40 213 0 126 51 10 510 124 64
Binary 11101011 100000 10001011 0 1010110 101001 1000 101001000 1010100 110100

Color Harmonies of #EB208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB208B

Black with #EB208B

Text Example


Text Example

White with #EB208B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB208B; }

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

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

background-color css

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

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

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

border-color css

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

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

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