Html Css Color HEX #EB087D Deep Pink

📋 copy color: '#EB087D'

red 235 ◦ green 8 ◦ blue 125

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

Shades of Deep Pink #EB087D

Tints of Deep Pink #EB087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.97%

R = 63.86%
G = 2.17%
B = 33.97%

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

#EB087D (or 0xEB087D) is known color: Deep Pink. HEX triplet: EB, 08 and 7D. RGB value is (235,8,125). Sum of RGB (Red+Green+Blue) = 235+8+125=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB087D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB087D is #14F782. Grayscale: #585858. Windows color (decimal): -1374083 or 8194283. OLE color: 8194283.

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

Color convert

RGB 235 8 125 -
CMYK 0 0.97 0.47 0.08
HSL 329.07º 0.93% 0.48% -
HSV(B) 329.07º 0.97% 0.92% -
XYZ 38.05 19.32 21.13 -
YUV 89.21 148.21 231.99 -
System Red Green Blue C M Y K H S L
Decimal 235 8 125 0 0.97 0.47 0.08 329.07 0.93 0.48
Hex EB 8 7D 0 61 2F 8 149 5D 30
Octal 353 10 175 0 141 57 10 511 135 60
Binary 11101011 1000 1111101 0 1100001 101111 1000 101001001 1011101 110000

Color Harmonies of #EB087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB087D

Black with #EB087D

Text Example


Text Example

White with #EB087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB087D; }

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

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

background-color css

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

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

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

border-color css

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

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

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