Html Css Color HEX #EF537B Dark Pink

📋 copy color: '#EF537B'

red 239 ◦ green 83 ◦ blue 123

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

Shades of Dark Pink #EF537B

Tints of Dark Pink #EF537B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.64%

R = 53.71%
G = 18.65%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF537B (or 0xEF537B) is known color: Dark Pink. HEX triplet: EF, 53 and 7B. RGB value is (239,83,123). Sum of RGB (Red+Green+Blue) = 239+83+123=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF537B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF537B is #10AC84. Grayscale: #868686. Windows color (decimal): -1092741 or 8082415. OLE color: 8082415.

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

Color convert

RGB 239 83 123 -
CMYK 0 0.65 0.49 0.06
HSL 344.62º 0.83% 0.63% -
HSV(B) 344.62º 0.65% 0.94% -
XYZ 42.27 25.97 21.52 -
YUV 134.2 121.68 202.75 -
System Red Green Blue C M Y K H S L
Decimal 239 83 123 0 0.65 0.49 0.06 344.62 0.83 0.63
Hex EF 53 7B 0 41 31 6 159 53 3F
Octal 357 123 173 0 101 61 6 531 123 77
Binary 11101111 1010011 1111011 0 1000001 110001 110 101011001 1010011 111111

Color Harmonies of #EF537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF537B

Black with #EF537B

Text Example


Text Example

White with #EF537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF537B; }

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

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

background-color css

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

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

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

border-color css

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

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

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