#E75472

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

Shades of Dark Pink #E75472

Tints of Dark Pink #E75472

Color information

#E75472 (or 0xE75472) is unknown color: approx Dark Pink. HEX triplet: E7, 54 and 72. RGB value is (231,84,114). Sum of RGB (Red+Green+Blue) = 231+84+114=429 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.85% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 231 - color contains mainly: red. Hex color #E75472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75472 is #18AB8D. Grayscale: #838383. Windows color (decimal): -1616782 or 7492839. OLE color: 7492839.

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

Color convert

RGB23184114-
CMYK00.640.510.09
HSL347.76º75.38%61.76%-
HSV(B)347.76º63.64%90.59%-
XYZ39.1624.5418.59-
YUV131.37118.2199.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 53.85%
GREEN value IS 84 (33.20% from 255) = 19.58%
BLUE value IS 114 (44.92% from 255) = 26.57%
R=53.85%
G=19.58%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318411400.640.510.09347.7675.3861.76
HexE7547204033915c4b3e
Octal3471241620100631153411376
Binary11100111101010011100100100000011001110011010111001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75472; }

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

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

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

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

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

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

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

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