Html Css Color HEX #EF597D Dark Pink

📋 copy color: '#EF597D'

red 239 ◦ green 89 ◦ blue 125

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

Shades of Dark Pink #EF597D

Tints of Dark Pink #EF597D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.65%

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

R = 52.76%
G = 19.65%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF597D (or 0xEF597D) is known color: Dark Pink. HEX triplet: EF, 59 and 7D. RGB value is (239,89,125). Sum of RGB (Red+Green+Blue) = 239+89+125=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF597D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF597D is #10A682. Grayscale: #898989. Windows color (decimal): -1091203 or 8215023. OLE color: 8215023.

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

Color convert

RGB 239 89 125 -
CMYK 0 0.63 0.48 0.06
HSL 345.6º 0.82% 0.64% -
HSV(B) 345.6º 0.63% 0.94% -
XYZ 42.87 26.98 22.35 -
YUV 137.95 120.7 200.07 -
System Red Green Blue C M Y K H S L
Decimal 239 89 125 0 0.63 0.48 0.06 345.6 0.82 0.64
Hex EF 59 7D 0 3F 30 6 15A 52 40
Octal 357 131 175 0 77 60 6 532 122 100
Binary 11101111 1011001 1111101 0 111111 110000 110 101011010 1010010 1000000

Color Harmonies of #EF597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF597D

Black with #EF597D

Text Example


Text Example

White with #EF597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF597D; }

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

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

background-color css

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

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

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

border-color css

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

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

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