#E8527A

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

Shades of Dark Pink #E8527A

Tints of Dark Pink #E8527A

Color information

#E8527A (or 0xE8527A) is unknown color: approx Dark Pink. HEX triplet: E8, 52 and 7A. RGB value is (232,82,122). Sum of RGB (Red+Green+Blue) = 232+82+122=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E8527A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8527A is #17AD85. Grayscale: #838383. Windows color (decimal): -1551750 or 8016616. OLE color: 8016616.

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

Color convert

RGB23282122-
CMYK00.650.470.09
HSL344º76.53%61.57%-
HSV(B)344º64.66%90.98%-
XYZ39.8124.621.06-
YUV131.41122.7199.75-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.21%
GREEN value IS 82 (32.42% from 255) = 18.81%
BLUE value IS 122 (48.05% from 255) = 27.98%
R=53.21%
G=18.81%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328212200.650.470.0934476.5361.57
HexE8527A0412F91584d3e
Octal3501221720101571153011576
Binary11101000101001011110100100000110111110011010110001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8527A; }

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

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

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

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

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

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

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

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