#E75581

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

Shades of Dark Pink #E75581

Tints of Dark Pink #E75581

Color information

#E75581 (or 0xE75581) is unknown color: approx Dark Pink. HEX triplet: E7, 55 and 81. RGB value is (231,85,129). Sum of RGB (Red+Green+Blue) = 231+85+129=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E75581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75581 is #18AA7E. Grayscale: #858585. Windows color (decimal): -1616511 or 8476135. OLE color: 8476135.

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

Color convert

RGB23185129-
CMYK00.630.440.09
HSL341.92º75.26%61.96%-
HSV(B)341.92º63.2%90.59%-
XYZ40.1725.0723.49-
YUV133.67125.37197.42-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.91%
GREEN value IS 85 (33.59% from 255) = 19.10%
BLUE value IS 129 (50.78% from 255) = 28.99%
R=51.91%
G=19.10%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318512900.630.440.09341.9275.2661.96
HexE7558103F2C91564b3e
Octal347125201077541152611376
Binary11100111101010110000001011111110110010011010101101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75581; }

 p { color: rgb(231,85,129); }

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

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

 a { background-color: rgb(231,85,129); }

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

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

 span { border-color: rgb(231,85,129); }

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