Html Css Color HEX #E0528D Dark Pink

📋 copy color: '#E0528D'

red 224 ◦ green 82 ◦ blue 141

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

Shades of Dark Pink #E0528D

Tints of Dark Pink #E0528D

RGB

 RED value IS 224 (87.89% from 255) = 50.11%

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

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

R = 50.11%
G = 18.34%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0528D (or 0xE0528D) is known color: Dark Pink. HEX triplet: E0, 52 and 8D. RGB value is (224,82,141). Sum of RGB (Red+Green+Blue) = 224+82+141=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E0528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0528D is #1FAD72. Grayscale: #838383. Windows color (decimal): -2076019 or 9261792. OLE color: 9261792.

HSL color Cylindrical-coordinate representation of color #E0528D: hue angle of 335.07º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0528D is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 82 141 -
CMYK 0 0.63 0.37 0.12
HSL 335.07º 0.7% 0.6% -
HSV(B) 335.07º 0.63% 0.88% -
XYZ 38.57 23.8 27.76 -
YUV 131.18 133.54 194.2 -
System Red Green Blue C M Y K H S L
Decimal 224 82 141 0 0.63 0.37 0.12 335.07 0.7 0.6
Hex E0 52 8D 0 3F 25 C 14F 46 3C
Octal 340 122 215 0 77 45 14 517 106 74
Binary 11100000 1010010 10001101 0 111111 100101 1100 101001111 1000110 111100

Color Harmonies of #E0528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0528D

Black with #E0528D

Text Example


Text Example

White with #E0528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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