Html Css Color HEX #EF0989 Deep Pink

📋 copy color: '#EF0989'

red 239 ◦ green 9 ◦ blue 137

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

Shades of Deep Pink #EF0989

Tints of Deep Pink #EF0989

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.34%

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

R = 62.08%
G = 2.34%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EF0989 (or 0xEF0989) is known color: Deep Pink. HEX triplet: EF, 09 and 89. RGB value is (239,9,137). Sum of RGB (Red+Green+Blue) = 239+9+137=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0989 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0989 is #10F676. Grayscale: #5C5C5C. Windows color (decimal): -1111671 or 8980975. OLE color: 8980975.

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

Color convert

RGB 239 9 137 -
CMYK 0 0.96 0.43 0.06
HSL 326.61º 0.93% 0.49% -
HSV(B) 326.61º 0.96% 0.94% -
XYZ 40.21 20.35 25.48 -
YUV 92.36 153.2 232.59 -
System Red Green Blue C M Y K H S L
Decimal 239 9 137 0 0.96 0.43 0.06 326.61 0.93 0.49
Hex EF 9 89 0 60 2B 6 147 5D 31
Octal 357 11 211 0 140 53 6 507 135 61
Binary 11101111 1001 10001001 0 1100000 101011 110 101000111 1011101 110001

Color Harmonies of #EF0989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0989

Black with #EF0989

Text Example


Text Example

White with #EF0989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0989; }

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

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

background-color css

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

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

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

border-color css

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

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

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