Html Css Color HEX #E5528A Dark Pink

📋 copy color: '#E5528A'

red 229 ◦ green 82 ◦ blue 138

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

Shades of Dark Pink #E5528A

Tints of Dark Pink #E5528A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.73%

R = 51%
G = 18.26%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E5528A (or 0xE5528A) is known color: Dark Pink. HEX triplet: E5, 52 and 8A. RGB value is (229,82,138). Sum of RGB (Red+Green+Blue) = 229+82+138=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E5528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5528A is #1AAD75. Grayscale: #848484. Windows color (decimal): -1748342 or 9065189. OLE color: 9065189.

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

Color convert

RGB 229 82 138 -
CMYK 0 0.64 0.40 0.10
HSL 337.14º 0.74% 0.61% -
HSV(B) 337.14º 0.64% 0.9% -
XYZ 39.92 24.53 26.68 -
YUV 132.34 131.2 196.95 -
System Red Green Blue C M Y K H S L
Decimal 229 82 138 0 0.64 0.40 0.10 337.14 0.74 0.61
Hex E5 52 8A 0 40 28 A 151 4A 3D
Octal 345 122 212 0 100 50 12 521 112 75
Binary 11100101 1010010 10001010 0 1000000 101000 1010 101010001 1001010 111101

Color Harmonies of #E5528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5528A

Black with #E5528A

Text Example


Text Example

White with #E5528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5528A; }

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

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

background-color css

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

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

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

border-color css

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

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

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