Html Css Color HEX #EF577F Dark Pink

📋 copy color: '#EF577F'

red 239 ◦ green 87 ◦ blue 127

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

Shades of Dark Pink #EF577F

Tints of Dark Pink #EF577F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.04%

R = 52.76%
G = 19.21%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF577F (or 0xEF577F) is known color: Dark Pink. HEX triplet: EF, 57 and 7F. RGB value is (239,87,127). Sum of RGB (Red+Green+Blue) = 239+87+127=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF577F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF577F is #10A880. Grayscale: #898989. Windows color (decimal): -1091713 or 8345583. OLE color: 8345583.

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

Color convert

RGB 239 87 127 -
CMYK 0 0.64 0.47 0.06
HSL 344.21º 0.83% 0.64% -
HSV(B) 344.21º 0.64% 0.94% -
XYZ 42.84 26.7 22.97 -
YUV 137.01 122.36 200.75 -
System Red Green Blue C M Y K H S L
Decimal 239 87 127 0 0.64 0.47 0.06 344.21 0.83 0.64
Hex EF 57 7F 0 40 2F 6 158 53 40
Octal 357 127 177 0 100 57 6 530 123 100
Binary 11101111 1010111 1111111 0 1000000 101111 110 101011000 1010011 1000000

Color Harmonies of #EF577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF577F

Black with #EF577F

Text Example


Text Example

White with #EF577F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF577F; }

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

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

background-color css

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

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

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

border-color css

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

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

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