Html Css Color HEX #E5507C Dark Pink

📋 copy color: '#E5507C'

red 229 ◦ green 80 ◦ blue 124

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

Shades of Dark Pink #E5507C

Tints of Dark Pink #E5507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.48%

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

R = 52.89%
G = 18.48%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E5507C (or 0xE5507C) is known color: Dark Pink. HEX triplet: E5, 50 and 7C. RGB value is (229,80,124). Sum of RGB (Red+Green+Blue) = 229+80+124=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E5507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5507C is #1AAF83. Grayscale: #818181. Windows color (decimal): -1748868 or 8147173. OLE color: 8147173.

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

Color convert

RGB 229 80 124 -
CMYK 0 0.65 0.46 0.10
HSL 342.28º 0.74% 0.61% -
HSV(B) 342.28º 0.65% 0.9% -
XYZ 38.82 23.85 21.63 -
YUV 129.57 124.86 198.92 -
System Red Green Blue C M Y K H S L
Decimal 229 80 124 0 0.65 0.46 0.10 342.28 0.74 0.61
Hex E5 50 7C 0 41 2E A 156 4A 3D
Octal 345 120 174 0 101 56 12 526 112 75
Binary 11100101 1010000 1111100 0 1000001 101110 1010 101010110 1001010 111101

Color Harmonies of #E5507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5507C

Black with #E5507C

Text Example


Text Example

White with #E5507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5507C; }

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

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

background-color css

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

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

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

border-color css

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

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

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