Html Css Color HEX #E8528D Dark Pink

📋 copy color: '#E8528D'

red 232 ◦ green 82 ◦ blue 141

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

Shades of Dark Pink #E8528D

Tints of Dark Pink #E8528D

RGB

 RED value IS 232 (91.02% from 255) = 50.99%

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

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

R = 50.99%
G = 18.02%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E8528D (or 0xE8528D) is known color: Dark Pink. HEX triplet: E8, 52 and 8D. RGB value is (232,82,141). Sum of RGB (Red+Green+Blue) = 232+82+141=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E8528D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8528D is #17AD72. Grayscale: #858585. Windows color (decimal): -1551731 or 9261800. OLE color: 9261800.

HSL color Cylindrical-coordinate representation of color #E8528D: hue angle of 336.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E8528D is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 82 141 -
CMYK 0 0.65 0.39 0.09
HSL 336.4º 0.77% 0.62% -
HSV(B) 336.4º 0.65% 0.91% -
XYZ 41.1 25.11 27.88 -
YUV 133.58 132.2 198.2 -
System Red Green Blue C M Y K H S L
Decimal 232 82 141 0 0.65 0.39 0.09 336.4 0.77 0.62
Hex E8 52 8D 0 41 27 9 150 4D 3E
Octal 350 122 215 0 101 47 11 520 115 76
Binary 11101000 1010010 10001101 0 1000001 100111 1001 101010000 1001101 111110

Color Harmonies of #E8528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8528D

Black with #E8528D

Text Example


Text Example

White with #E8528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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