Html Css Color HEX #E5537F Dark Pink

📋 copy color: '#E5537F'

red 229 ◦ green 83 ◦ blue 127

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

Shades of Dark Pink #E5537F

Tints of Dark Pink #E5537F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.93%

R = 52.16%
G = 18.91%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5537F (or 0xE5537F) is known color: Dark Pink. HEX triplet: E5, 53 and 7F. RGB value is (229,83,127). Sum of RGB (Red+Green+Blue) = 229+83+127=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E5537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5537F is #1AAC80. Grayscale: #838383. Windows color (decimal): -1748097 or 8344549. OLE color: 8344549.

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

Color convert

RGB 229 83 127 -
CMYK 0 0.64 0.45 0.10
HSL 341.92º 0.74% 0.61% -
HSV(B) 341.92º 0.64% 0.9% -
XYZ 39.24 24.38 22.72 -
YUV 131.67 125.37 197.42 -
System Red Green Blue C M Y K H S L
Decimal 229 83 127 0 0.64 0.45 0.10 341.92 0.74 0.61
Hex E5 53 7F 0 40 2D A 156 4A 3D
Octal 345 123 177 0 100 55 12 526 112 75
Binary 11100101 1010011 1111111 0 1000000 101101 1010 101010110 1001010 111101

Color Harmonies of #E5537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5537F

Black with #E5537F

Text Example


Text Example

White with #E5537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5537F; }

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

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

background-color css

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

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

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

border-color css

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

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

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