Html Css Color HEX #EF537D Dark Pink

📋 copy color: '#EF537D'

red 239 ◦ green 83 ◦ blue 125

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

Shades of Dark Pink #EF537D

Tints of Dark Pink #EF537D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.57%

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

R = 53.47%
G = 18.57%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF537D (or 0xEF537D) is known color: Dark Pink. HEX triplet: EF, 53 and 7D. RGB value is (239,83,125). Sum of RGB (Red+Green+Blue) = 239+83+125=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF537D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF537D is #10AC82. Grayscale: #868686. Windows color (decimal): -1092739 or 8213487. OLE color: 8213487.

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

Color convert

RGB 239 83 125 -
CMYK 0 0.65 0.48 0.06
HSL 343.85º 0.83% 0.63% -
HSV(B) 343.85º 0.65% 0.94% -
XYZ 42.39 26.02 22.19 -
YUV 134.43 122.68 202.58 -
System Red Green Blue C M Y K H S L
Decimal 239 83 125 0 0.65 0.48 0.06 343.85 0.83 0.63
Hex EF 53 7D 0 41 30 6 158 53 3F
Octal 357 123 175 0 101 60 6 530 123 77
Binary 11101111 1010011 1111101 0 1000001 110000 110 101011000 1010011 111111

Color Harmonies of #EF537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF537D

Black with #EF537D

Text Example


Text Example

White with #EF537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF537D; }

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

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

background-color css

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

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

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

border-color css

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

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

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