Html Css Color HEX #EB5086 Dark Pink

📋 copy color: '#EB5086'

red 235 ◦ green 80 ◦ blue 134

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

Shades of Dark Pink #EB5086

Tints of Dark Pink #EB5086

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.82%

 BLUE value IS 134 (52.73% from 255) = 29.84%

R = 52.34%
G = 17.82%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EB5086 (or 0xEB5086) is known color: Dark Pink. HEX triplet: EB, 50 and 86. RGB value is (235,80,134). Sum of RGB (Red+Green+Blue) = 235+80+134=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5086 is #14AF79. Grayscale: #848484. Windows color (decimal): -1355642 or 8802539. OLE color: 8802539.

HSL color Cylindrical-coordinate representation of color #EB5086: hue angle of 339.1º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB5086 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 80 134 -
CMYK 0 0.66 0.43 0.08
HSL 339.1º 0.79% 0.62% -
HSV(B) 339.1º 0.66% 0.92% -
XYZ 41.43 25.12 25.22 -
YUV 132.5 128.85 201.11 -
System Red Green Blue C M Y K H S L
Decimal 235 80 134 0 0.66 0.43 0.08 339.1 0.79 0.62
Hex EB 50 86 0 42 2B 8 153 4F 3E
Octal 353 120 206 0 102 53 10 523 117 76
Binary 11101011 1010000 10000110 0 1000010 101011 1000 101010011 1001111 111110

Color Harmonies of #EB5086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5086

Black with #EB5086

Text Example


Text Example

White with #EB5086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5086; }

 p { color: rgb(235,80,134); }

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

background-color css

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

 a { background-color: rgb(235,80,134); }

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

border-color css

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

 span { border-color: rgb(235,80,134); }

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