Html Css Color HEX #EF0589 Deep Pink

📋 copy color: '#EF0589'

red 239 ◦ green 5 ◦ blue 137

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

Shades of Deep Pink #EF0589

Tints of Deep Pink #EF0589

RGB

 RED value IS 239 (93.75% from 255) = 62.73%

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

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

R = 62.73%
G = 1.31%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EF0589 (or 0xEF0589) is known color: Deep Pink. HEX triplet: EF, 05 and 89. RGB value is (239,5,137). Sum of RGB (Red+Green+Blue) = 239+5+137=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0589 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0589 is #10FA76. Grayscale: #595959. Windows color (decimal): -1112695 or 8979951. OLE color: 8979951.

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

Color convert

RGB 239 5 137 -
CMYK 0 0.98 0.43 0.06
HSL 326.15º 0.96% 0.48% -
HSV(B) 326.15º 0.98% 0.94% -
XYZ 40.17 20.27 25.46 -
YUV 90.01 154.52 234.27 -
System Red Green Blue C M Y K H S L
Decimal 239 5 137 0 0.98 0.43 0.06 326.15 0.96 0.48
Hex EF 5 89 0 62 2B 6 146 60 30
Octal 357 5 211 0 142 53 6 506 140 60
Binary 11101111 101 10001001 0 1100010 101011 110 101000110 1100000 110000

Color Harmonies of #EF0589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0589

Black with #EF0589

Text Example


Text Example

White with #EF0589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0589; }

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

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

background-color css

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

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

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

border-color css

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

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

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