Html Css Color HEX #EB0988 Deep Pink

📋 copy color: '#EB0988'

red 235 ◦ green 9 ◦ blue 136

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

Shades of Deep Pink #EB0988

Tints of Deep Pink #EB0988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.37%

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

R = 61.84%
G = 2.37%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EB0988 (or 0xEB0988) is known color: Deep Pink. HEX triplet: EB, 09 and 88. RGB value is (235,9,136). Sum of RGB (Red+Green+Blue) = 235+9+136=380 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.84% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0988 is #14F677. Grayscale: #5A5A5A. Windows color (decimal): -1373816 or 8915435. OLE color: 8915435.

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

Color convert

RGB 235 9 136 -
CMYK 0 0.96 0.42 0.08
HSL 326.28º 0.93% 0.48% -
HSV(B) 326.28º 0.96% 0.92% -
XYZ 38.8 19.64 25.04 -
YUV 91.05 153.37 230.67 -
System Red Green Blue C M Y K H S L
Decimal 235 9 136 0 0.96 0.42 0.08 326.28 0.93 0.48
Hex EB 9 88 0 60 2A 8 146 5D 30
Octal 353 11 210 0 140 52 10 506 135 60
Binary 11101011 1001 10001000 0 1100000 101010 1000 101000110 1011101 110000

Color Harmonies of #EB0988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0988

Black with #EB0988

Text Example


Text Example

White with #EB0988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0988; }

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

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

background-color css

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

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

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

border-color css

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

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

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