Html Css Color HEX #EF577D Dark Pink

📋 copy color: '#EF577D'

red 239 ◦ green 87 ◦ blue 125

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

Shades of Dark Pink #EF577D

Tints of Dark Pink #EF577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.29%

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

R = 52.99%
G = 19.29%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF577D (or 0xEF577D) is known color: Dark Pink. HEX triplet: EF, 57 and 7D. RGB value is (239,87,125). Sum of RGB (Red+Green+Blue) = 239+87+125=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF577D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF577D is #10A882. Grayscale: #888888. Windows color (decimal): -1091715 or 8214511. OLE color: 8214511.

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

Color convert

RGB 239 87 125 -
CMYK 0 0.64 0.48 0.06
HSL 345º 0.83% 0.64% -
HSV(B) 345º 0.64% 0.94% -
XYZ 42.71 26.65 22.29 -
YUV 136.78 121.36 200.91 -
System Red Green Blue C M Y K H S L
Decimal 239 87 125 0 0.64 0.48 0.06 345 0.83 0.64
Hex EF 57 7D 0 40 30 6 159 53 40
Octal 357 127 175 0 100 60 6 531 123 100
Binary 11101111 1010111 1111101 0 1000000 110000 110 101011001 1010011 1000000

Color Harmonies of #EF577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF577D

Black with #EF577D

Text Example


Text Example

White with #EF577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF577D; }

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

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

background-color css

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

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

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

border-color css

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

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

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