Html Css Color HEX #E5528D Dark Pink

📋 copy color: '#E5528D'

red 229 ◦ green 82 ◦ blue 141

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

Shades of Dark Pink #E5528D

Tints of Dark Pink #E5528D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.19%

R = 50.66%
G = 18.14%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5528D (or 0xE5528D) is known color: Dark Pink. HEX triplet: E5, 52 and 8D. RGB value is (229,82,141). Sum of RGB (Red+Green+Blue) = 229+82+141=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5528D is #1AAD72. Grayscale: #848484. Windows color (decimal): -1748339 or 9261797. OLE color: 9261797.

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

Color convert

RGB 229 82 141 -
CMYK 0 0.64 0.38 0.10
HSL 335.92º 0.74% 0.61% -
HSV(B) 335.92º 0.64% 0.9% -
XYZ 40.14 24.62 27.84 -
YUV 132.68 132.7 196.7 -
System Red Green Blue C M Y K H S L
Decimal 229 82 141 0 0.64 0.38 0.10 335.92 0.74 0.61
Hex E5 52 8D 0 40 26 A 150 4A 3D
Octal 345 122 215 0 100 46 12 520 112 75
Binary 11100101 1010010 10001101 0 1000000 100110 1010 101010000 1001010 111101

Color Harmonies of #E5528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5528D

Black with #E5528D

Text Example


Text Example

White with #E5528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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