#E75480

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

Shades of Dark Pink #E75480

Tints of Dark Pink #E75480

Color information

#E75480 (or 0xE75480) is unknown color: approx Dark Pink. HEX triplet: E7, 54 and 80. RGB value is (231,84,128). Sum of RGB (Red+Green+Blue) = 231+84+128=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E75480 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75480 is #18AB7F. Grayscale: #848484. Windows color (decimal): -1616768 or 8410343. OLE color: 8410343.

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

Color convert

RGB23184128-
CMYK00.640.450.09
HSL342.04º75.38%61.76%-
HSV(B)342.04º63.64%90.59%-
XYZ40.0224.8923.12-
YUV132.97125.2197.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.14%
GREEN value IS 84 (33.20% from 255) = 18.96%
BLUE value IS 128 (50.39% from 255) = 28.89%
R=52.14%
G=18.96%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318412800.640.450.09342.0475.3861.76
HexE754800402D91564b3e
Octal3471242000100551152611376
Binary111001111010100100000000100000010110110011010101101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75480; }

 p { color: rgb(231,84,128); }

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

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

 a { background-color: rgb(231,84,128); }

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

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

 span { border-color: rgb(231,84,128); }

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