Html Css Color HEX #EB0888 Deep Pink

📋 copy color: '#EB0888'

red 235 ◦ green 8 ◦ blue 136

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

Shades of Deep Pink #EB0888

Tints of Deep Pink #EB0888

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.11%

 BLUE value IS 136 (53.52% from 255) = 35.88%

R = 62.01%
G = 2.11%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EB0888 (or 0xEB0888) is known color: Deep Pink. HEX triplet: EB, 08 and 88. RGB value is (235,8,136). Sum of RGB (Red+Green+Blue) = 235+8+136=379 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.01% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0888 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0888 is #14F777. Grayscale: #5A5A5A. Windows color (decimal): -1374072 or 8915179. OLE color: 8915179.

HSL color Cylindrical-coordinate representation of color #EB0888: hue angle of 326.17º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB0888 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 8 136 -
CMYK 0 0.97 0.42 0.08
HSL 326.17º 0.93% 0.48% -
HSV(B) 326.17º 0.97% 0.92% -
XYZ 38.79 19.61 25.03 -
YUV 90.47 153.71 231.09 -
System Red Green Blue C M Y K H S L
Decimal 235 8 136 0 0.97 0.42 0.08 326.17 0.93 0.48
Hex EB 8 88 0 61 2A 8 146 5D 30
Octal 353 10 210 0 141 52 10 506 135 60
Binary 11101011 1000 10001000 0 1100001 101010 1000 101000110 1011101 110000

Color Harmonies of #EB0888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0888

Black with #EB0888

Text Example


Text Example

White with #EB0888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0888; }

 p { color: rgb(235,8,136); }

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

background-color css

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

 a { background-color: rgb(235,8,136); }

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

border-color css

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

 span { border-color: rgb(235,8,136); }

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