#E8528A

Color #E8528A Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #E8528A

Tints of Dark Pink #E8528A

Color information

#E8528A (or 0xE8528A) is unknown color: approx Dark Pink. HEX triplet: E8, 52 and 8A. RGB value is (232,82,138). Sum of RGB (Red+Green+Blue) = 232+82+138=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E8528A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8528A is #17AD75. Grayscale: #858585. Windows color (decimal): -1551734 or 9065192. OLE color: 9065192.

HSL color Cylindrical-coordinate representation of color #E8528A: hue angle of 337.6º 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 #E8528A is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB23282138-
CMYK00.650.410.09
HSL337.6º76.53%61.57%-
HSV(B)337.6º64.66%90.98%-
XYZ40.8825.0326.72-
YUV133.23130.7198.45-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.33%
GREEN value IS 82 (32.42% from 255) = 18.14%
BLUE value IS 138 (54.30% from 255) = 30.53%
R=51.33%
G=18.14%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328213800.650.410.09337.676.5361.57
HexE8528A0412991524d3e
Octal3501222120101511152211576
Binary111010001010010100010100100000110100110011010100101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8528A; }

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

 H1.HeaderClassName
 {
   color: #E8528A;
 }
 .AnyTagClassName
 {
   color: #E8528A;
 }
</style>
background-color css

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

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

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

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

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

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