Html Css Color HEX #EF5580 Dark Pink

📋 copy color: '#EF5580'

red 239 ◦ green 85 ◦ blue 128

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

Shades of Dark Pink #EF5580

Tints of Dark Pink #EF5580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.32%

R = 52.88%
G = 18.81%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF5580 (or 0xEF5580) is known color: Dark Pink. HEX triplet: EF, 55 and 80. RGB value is (239,85,128). Sum of RGB (Red+Green+Blue) = 239+85+128=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5580 is #10AA7F. Grayscale: #878787. Windows color (decimal): -1092224 or 8410607. OLE color: 8410607.

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

Color convert

RGB 239 85 128 -
CMYK 0 0.64 0.46 0.06
HSL 343.25º 0.83% 0.64% -
HSV(B) 343.25º 0.64% 0.94% -
XYZ 42.74 26.41 23.27 -
YUV 135.95 123.52 201.5 -
System Red Green Blue C M Y K H S L
Decimal 239 85 128 0 0.64 0.46 0.06 343.25 0.83 0.64
Hex EF 55 80 0 40 2E 6 157 53 40
Octal 357 125 200 0 100 56 6 527 123 100
Binary 11101111 1010101 10000000 0 1000000 101110 110 101010111 1010011 1000000

Color Harmonies of #EF5580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5580

Black with #EF5580

Text Example


Text Example

White with #EF5580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5580; }

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

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

background-color css

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

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

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

border-color css

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

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

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