Html Css Color HEX #EB087C Deep Pink

📋 copy color: '#EB087C'

red 235 ◦ green 8 ◦ blue 124

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

Shades of Deep Pink #EB087C

Tints of Deep Pink #EB087C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.79%

R = 64.03%
G = 2.18%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB087C (or 0xEB087C) is known color: Deep Pink. HEX triplet: EB, 08 and 7C. RGB value is (235,8,124). Sum of RGB (Red+Green+Blue) = 235+8+124=367 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.03% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 235 - color contains mainly: red. Hex color #EB087C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB087C is #14F783. Grayscale: #585858. Windows color (decimal): -1374084 or 8128747. OLE color: 8128747.

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

Color convert

RGB 235 8 124 -
CMYK 0 0.97 0.47 0.08
HSL 329.34º 0.93% 0.48% -
HSV(B) 329.34º 0.97% 0.92% -
XYZ 37.99 19.29 20.79 -
YUV 89.1 147.71 232.07 -
System Red Green Blue C M Y K H S L
Decimal 235 8 124 0 0.97 0.47 0.08 329.34 0.93 0.48
Hex EB 8 7C 0 61 2F 8 149 5D 30
Octal 353 10 174 0 141 57 10 511 135 60
Binary 11101011 1000 1111100 0 1100001 101111 1000 101001001 1011101 110000

Color Harmonies of #EB087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB087C

Black with #EB087C

Text Example


Text Example

White with #EB087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB087C; }

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

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

background-color css

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

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

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

border-color css

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

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

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