Html Css Color HEX #E5537C Dark Pink

📋 copy color: '#E5537C'

red 229 ◦ green 83 ◦ blue 124

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

Shades of Dark Pink #E5537C

Tints of Dark Pink #E5537C

RGB

 RED value IS 229 (89.84% from 255) = 52.52%

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

 BLUE value IS 124 (48.83% from 255) = 28.44%

R = 52.52%
G = 19.04%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E5537C (or 0xE5537C) is known color: Dark Pink. HEX triplet: E5, 53 and 7C. RGB value is (229,83,124). Sum of RGB (Red+Green+Blue) = 229+83+124=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5537C is #1AAC83. Grayscale: #838383. Windows color (decimal): -1748100 or 8147941. OLE color: 8147941.

HSL color Cylindrical-coordinate representation of color #E5537C: hue angle of 343.15º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E5537C is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 83 124 -
CMYK 0 0.64 0.46 0.10
HSL 343.15º 0.74% 0.61% -
HSV(B) 343.15º 0.64% 0.9% -
XYZ 39.04 24.3 21.7 -
YUV 131.33 123.87 197.67 -
System Red Green Blue C M Y K H S L
Decimal 229 83 124 0 0.64 0.46 0.10 343.15 0.74 0.61
Hex E5 53 7C 0 40 2E A 157 4A 3D
Octal 345 123 174 0 100 56 12 527 112 75
Binary 11100101 1010011 1111100 0 1000000 101110 1010 101010111 1001010 111101

Color Harmonies of #E5537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5537C

Black with #E5537C

Text Example


Text Example

White with #E5537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5537C; }

 p { color: rgb(229,83,124); }

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

background-color css

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

 a { background-color: rgb(229,83,124); }

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

border-color css

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

 span { border-color: rgb(229,83,124); }

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