Html Css Color HEX #EF5576 Dark Pink

📋 copy color: '#EF5576'

red 239 ◦ green 85 ◦ blue 118

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

Shades of Dark Pink #EF5576

Tints of Dark Pink #EF5576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.7%

R = 54.07%
G = 19.23%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF5576 (or 0xEF5576) is known color: Dark Pink. HEX triplet: EF, 55 and 76. RGB value is (239,85,118). Sum of RGB (Red+Green+Blue) = 239+85+118=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5576 is #10AA89. Grayscale: #868686. Windows color (decimal): -1092234 or 7755247. OLE color: 7755247.

HSL color Cylindrical-coordinate representation of color #EF5576: hue angle of 347.14º 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 #EF5576 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 85 118 -
CMYK 0 0.64 0.51 0.06
HSL 347.14º 0.83% 0.64% -
HSV(B) 347.14º 0.64% 0.94% -
XYZ 42.12 26.16 19.97 -
YUV 134.81 118.52 202.32 -
System Red Green Blue C M Y K H S L
Decimal 239 85 118 0 0.64 0.51 0.06 347.14 0.83 0.64
Hex EF 55 76 0 40 33 6 15B 53 40
Octal 357 125 166 0 100 63 6 533 123 100
Binary 11101111 1010101 1110110 0 1000000 110011 110 101011011 1010011 1000000

Color Harmonies of #EF5576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5576

Black with #EF5576

Text Example


Text Example

White with #EF5576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5576; }

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

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

background-color css

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

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

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

border-color css

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

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

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