Html Css Color HEX #EB0587 Deep Pink

📋 copy color: '#EB0587'

red 235 ◦ green 5 ◦ blue 135

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

Shades of Deep Pink #EB0587

Tints of Deep Pink #EB0587

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

 BLUE value IS 135 (53.13% from 255) = 36%

R = 62.67%
G = 1.33%
B = 36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EB0587 (or 0xEB0587) is known color: Deep Pink. HEX triplet: EB, 05 and 87. RGB value is (235,5,135). Sum of RGB (Red+Green+Blue) = 235+5+135=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0587 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0587 is #14FA78. Grayscale: #585858. Windows color (decimal): -1374841 or 8848875. OLE color: 8848875.

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

Color convert

RGB 235 5 135 -
CMYK 0 0.98 0.43 0.08
HSL 326.09º 0.96% 0.47% -
HSV(B) 326.09º 0.98% 0.92% -
XYZ 38.69 19.52 24.65 -
YUV 88.59 154.2 232.43 -
System Red Green Blue C M Y K H S L
Decimal 235 5 135 0 0.98 0.43 0.08 326.09 0.96 0.47
Hex EB 5 87 0 62 2B 8 146 60 2F
Octal 353 5 207 0 142 53 10 506 140 57
Binary 11101011 101 10000111 0 1100010 101011 1000 101000110 1100000 101111

Color Harmonies of #EB0587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0587

Black with #EB0587

Text Example


Text Example

White with #EB0587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0587; }

 p { color: rgb(235,5,135); }

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

background-color css

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

 a { background-color: rgb(235,5,135); }

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

border-color css

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

 span { border-color: rgb(235,5,135); }

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