Html Css Color HEX #EF5577 Dark Pink

📋 copy color: '#EF5577'

red 239 ◦ green 85 ◦ blue 119

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

Shades of Dark Pink #EF5577

Tints of Dark Pink #EF5577

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.19%

 BLUE value IS 119 (46.88% from 255) = 26.86%

R = 53.95%
G = 19.19%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF5577 (or 0xEF5577) is known color: Dark Pink. HEX triplet: EF, 55 and 77. RGB value is (239,85,119). Sum of RGB (Red+Green+Blue) = 239+85+119=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5577 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5577 is #10AA88. Grayscale: #868686. Windows color (decimal): -1092233 or 7820783. OLE color: 7820783.

HSL color Cylindrical-coordinate representation of color #EF5577: hue angle of 346.75º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF5577 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 85 119 -
CMYK 0 0.64 0.50 0.06
HSL 346.75º 0.83% 0.64% -
HSV(B) 346.75º 0.64% 0.94% -
XYZ 42.17 26.18 20.28 -
YUV 134.92 119.02 202.24 -
System Red Green Blue C M Y K H S L
Decimal 239 85 119 0 0.64 0.50 0.06 346.75 0.83 0.64
Hex EF 55 77 0 40 32 6 15B 53 40
Octal 357 125 167 0 100 62 6 533 123 100
Binary 11101111 1010101 1110111 0 1000000 110010 110 101011011 1010011 1000000

Color Harmonies of #EF5577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5577

Black with #EF5577

Text Example


Text Example

White with #EF5577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5577; }

 p { color: rgb(239,85,119); }

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

background-color css

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

 a { background-color: rgb(239,85,119); }

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

border-color css

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

 span { border-color: rgb(239,85,119); }

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