Html Css Color HEX #EF5A7D Dark Pink

📋 copy color: '#EF5A7D'

red 239 ◦ green 90 ◦ blue 125

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

Shades of Dark Pink #EF5A7D

Tints of Dark Pink #EF5A7D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.82%

 BLUE value IS 125 (49.22% from 255) = 27.53%

R = 52.64%
G = 19.82%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF5A7D (or 0xEF5A7D) is known color: Dark Pink. HEX triplet: EF, 5A and 7D. RGB value is (239,90,125). Sum of RGB (Red+Green+Blue) = 239+90+125=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5A7D is #10A582. Grayscale: #8A8A8A. Windows color (decimal): -1090947 or 8215279. OLE color: 8215279.

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

Color convert

RGB 239 90 125 -
CMYK 0 0.62 0.48 0.06
HSL 345.91º 0.82% 0.65% -
HSV(B) 345.91º 0.62% 0.94% -
XYZ 42.95 27.14 22.38 -
YUV 138.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 239 90 125 0 0.62 0.48 0.06 345.91 0.82 0.65
Hex EF 5A 7D 0 3E 30 6 15A 52 41
Octal 357 132 175 0 76 60 6 532 122 101
Binary 11101111 1011010 1111101 0 111110 110000 110 101011010 1010010 1000001

Color Harmonies of #EF5A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5A7D

Black with #EF5A7D

Text Example


Text Example

White with #EF5A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5A7D; }

 p { color: rgb(239,90,125); }

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

background-color css

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

 a { background-color: rgb(239,90,125); }

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

border-color css

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

 span { border-color: rgb(239,90,125); }

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