Html Css Color HEX #EF5B8F Dark Pink

📋 copy color: '#EF5B8F'

red 239 ◦ green 91 ◦ blue 143

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

Shades of Dark Pink #EF5B8F

Tints of Dark Pink #EF5B8F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.24%

 BLUE value IS 143 (56.25% from 255) = 30.23%

R = 50.53%
G = 19.24%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF5B8F (or 0xEF5B8F) is known color: Dark Pink. HEX triplet: EF, 5B and 8F. RGB value is (239,91,143). Sum of RGB (Red+Green+Blue) = 239+91+143=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5B8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5B8F is #10A470. Grayscale: #8D8D8D. Windows color (decimal): -1090673 or 9395183. OLE color: 9395183.

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

Color convert

RGB 239 91 143 -
CMYK 0 0.62 0.40 0.06
HSL 338.92º 0.82% 0.65% -
HSV(B) 338.92º 0.62% 0.94% -
XYZ 44.3 27.82 29.02 -
YUV 141.18 129.03 197.77 -
System Red Green Blue C M Y K H S L
Decimal 239 91 143 0 0.62 0.40 0.06 338.92 0.82 0.65
Hex EF 5B 8F 0 3E 28 6 153 52 41
Octal 357 133 217 0 76 50 6 523 122 101
Binary 11101111 1011011 10001111 0 111110 101000 110 101010011 1010010 1000001

Color Harmonies of #EF5B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5B8F

Black with #EF5B8F

Text Example


Text Example

White with #EF5B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5B8F; }

 p { color: rgb(239,91,143); }

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

background-color css

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

 a { background-color: rgb(239,91,143); }

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

border-color css

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

 span { border-color: rgb(239,91,143); }

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