Html Css Color HEX #EF5588 Dark Pink

📋 copy color: '#EF5588'

red 239 ◦ green 85 ◦ blue 136

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

Shades of Dark Pink #EF5588

Tints of Dark Pink #EF5588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.57%

R = 51.96%
G = 18.48%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EF5588 (or 0xEF5588) is known color: Dark Pink. HEX triplet: EF, 55 and 88. RGB value is (239,85,136). Sum of RGB (Red+Green+Blue) = 239+85+136=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5588 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5588 is #10AA77. Grayscale: #888888. Windows color (decimal): -1092216 or 8934895. OLE color: 8934895.

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

Color convert

RGB 239 85 136 -
CMYK 0 0.64 0.43 0.06
HSL 340.13º 0.83% 0.64% -
HSV(B) 340.13º 0.64% 0.94% -
XYZ 43.29 26.63 26.15 -
YUV 136.86 127.52 200.85 -
System Red Green Blue C M Y K H S L
Decimal 239 85 136 0 0.64 0.43 0.06 340.13 0.83 0.64
Hex EF 55 88 0 40 2B 6 154 53 40
Octal 357 125 210 0 100 53 6 524 123 100
Binary 11101111 1010101 10001000 0 1000000 101011 110 101010100 1010011 1000000

Color Harmonies of #EF5588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5588

Black with #EF5588

Text Example


Text Example

White with #EF5588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5588; }

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

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

background-color css

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

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

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

border-color css

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

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

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