Html Css Color HEX #EF537E Dark Pink

📋 copy color: '#EF537E'

red 239 ◦ green 83 ◦ blue 126

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

Shades of Dark Pink #EF537E

Tints of Dark Pink #EF537E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.13%

R = 53.35%
G = 18.53%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF537E (or 0xEF537E) is known color: Dark Pink. HEX triplet: EF, 53 and 7E. RGB value is (239,83,126). Sum of RGB (Red+Green+Blue) = 239+83+126=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF537E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF537E is #10AC81. Grayscale: #868686. Windows color (decimal): -1092738 or 8279023. OLE color: 8279023.

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

Color convert

RGB 239 83 126 -
CMYK 0 0.65 0.47 0.06
HSL 343.46º 0.83% 0.63% -
HSV(B) 343.46º 0.65% 0.94% -
XYZ 42.46 26.04 22.53 -
YUV 134.55 123.18 202.5 -
System Red Green Blue C M Y K H S L
Decimal 239 83 126 0 0.65 0.47 0.06 343.46 0.83 0.63
Hex EF 53 7E 0 41 2F 6 157 53 3F
Octal 357 123 176 0 101 57 6 527 123 77
Binary 11101111 1010011 1111110 0 1000001 101111 110 101010111 1010011 111111

Color Harmonies of #EF537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF537E

Black with #EF537E

Text Example


Text Example

White with #EF537E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF537E; }

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

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

background-color css

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

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

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

border-color css

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

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

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