Html Css Color HEX #EF557D Dark Pink

📋 copy color: '#EF557D'

red 239 ◦ green 85 ◦ blue 125

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

Shades of Dark Pink #EF557D

Tints of Dark Pink #EF557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.93%

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

R = 53.23%
G = 18.93%
B = 27.84%

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

#EF557D (or 0xEF557D) is known color: Dark Pink. HEX triplet: EF, 55 and 7D. RGB value is (239,85,125). Sum of RGB (Red+Green+Blue) = 239+85+125=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF557D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF557D is #10AA82. Grayscale: #878787. Windows color (decimal): -1092227 or 8213999. OLE color: 8213999.

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

Color convert

RGB 239 85 125 -
CMYK 0 0.64 0.48 0.06
HSL 344.42º 0.83% 0.64% -
HSV(B) 344.42º 0.64% 0.94% -
XYZ 42.55 26.33 22.24 -
YUV 135.61 122.02 201.75 -
System Red Green Blue C M Y K H S L
Decimal 239 85 125 0 0.64 0.48 0.06 344.42 0.83 0.64
Hex EF 55 7D 0 40 30 6 158 53 40
Octal 357 125 175 0 100 60 6 530 123 100
Binary 11101111 1010101 1111101 0 1000000 110000 110 101011000 1010011 1000000

Color Harmonies of #EF557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF557D

Black with #EF557D

Text Example


Text Example

White with #EF557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF557D; }

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

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

background-color css

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

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

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

border-color css

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

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

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