Html Css Color HEX #EB0589 Deep Pink

📋 copy color: '#EB0589'

red 235 ◦ green 5 ◦ blue 137

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

Shades of Deep Pink #EB0589

Tints of Deep Pink #EB0589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.34%

R = 62.33%
G = 1.33%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EB0589 (or 0xEB0589) is known color: Deep Pink. HEX triplet: EB, 05 and 89. RGB value is (235,5,137). Sum of RGB (Red+Green+Blue) = 235+5+137=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0589 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0589 is #14FA76. Grayscale: #585858. Windows color (decimal): -1374839 or 8979947. OLE color: 8979947.

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

Color convert

RGB 235 5 137 -
CMYK 0 0.98 0.42 0.08
HSL 325.57º 0.96% 0.47% -
HSV(B) 325.57º 0.98% 0.92% -
XYZ 38.83 19.58 25.4 -
YUV 88.82 155.2 232.27 -
System Red Green Blue C M Y K H S L
Decimal 235 5 137 0 0.98 0.42 0.08 325.57 0.96 0.47
Hex EB 5 89 0 62 2A 8 146 60 2F
Octal 353 5 211 0 142 52 10 506 140 57
Binary 11101011 101 10001001 0 1100010 101010 1000 101000110 1100000 101111

Color Harmonies of #EB0589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0589

Black with #EB0589

Text Example


Text Example

White with #EB0589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0589; }

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

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

background-color css

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

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

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

border-color css

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

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

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