Html Css Color HEX #E5527C Dark Pink

📋 copy color: '#E5527C'

red 229 ◦ green 82 ◦ blue 124

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

Shades of Dark Pink #E5527C

Tints of Dark Pink #E5527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.85%

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

R = 52.64%
G = 18.85%
B = 28.51%

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

#E5527C (or 0xE5527C) is known color: Dark Pink. HEX triplet: E5, 52 and 7C. RGB value is (229,82,124). Sum of RGB (Red+Green+Blue) = 229+82+124=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5527C is #1AAD83. Grayscale: #828282. Windows color (decimal): -1748356 or 8147685. OLE color: 8147685.

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

Color convert

RGB 229 82 124 -
CMYK 0 0.64 0.46 0.10
HSL 342.86º 0.74% 0.61% -
HSV(B) 342.86º 0.64% 0.9% -
XYZ 38.97 24.15 21.68 -
YUV 130.74 124.2 198.08 -
System Red Green Blue C M Y K H S L
Decimal 229 82 124 0 0.64 0.46 0.10 342.86 0.74 0.61
Hex E5 52 7C 0 40 2E A 157 4A 3D
Octal 345 122 174 0 100 56 12 527 112 75
Binary 11100101 1010010 1111100 0 1000000 101110 1010 101010111 1001010 111101

Color Harmonies of #E5527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5527C

Black with #E5527C

Text Example


Text Example

White with #E5527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5527C; }

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

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

background-color css

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

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

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

border-color css

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

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

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