Html Css Color HEX #EF5F89 Dark Pink

📋 copy color: '#EF5F89'

red 239 ◦ green 95 ◦ blue 137

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

Shades of Dark Pink #EF5F89

Tints of Dark Pink #EF5F89

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.17%

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

R = 50.74%
G = 20.17%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EF5F89 (or 0xEF5F89) is known color: Dark Pink. HEX triplet: EF, 5F and 89. RGB value is (239,95,137). Sum of RGB (Red+Green+Blue) = 239+95+137=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5F89 is #10A076. Grayscale: #8E8E8E. Windows color (decimal): -1089655 or 9002991. OLE color: 9002991.

HSL color Cylindrical-coordinate representation of color #EF5F89: hue angle of 342.5º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF5F89 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 95 137 -
CMYK 0 0.60 0.43 0.06
HSL 342.5º 0.82% 0.65% -
HSV(B) 342.5º 0.6% 0.94% -
XYZ 44.2 28.34 26.81 -
YUV 142.84 124.71 196.58 -
System Red Green Blue C M Y K H S L
Decimal 239 95 137 0 0.60 0.43 0.06 342.5 0.82 0.65
Hex EF 5F 89 0 3C 2B 6 156 52 41
Octal 357 137 211 0 74 53 6 526 122 101
Binary 11101111 1011111 10001001 0 111100 101011 110 101010110 1010010 1000001

Color Harmonies of #EF5F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5F89

Black with #EF5F89

Text Example


Text Example

White with #EF5F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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