#E75C85

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

Shades of Dark Pink #E75C85

Tints of Dark Pink #E75C85

Color information

#E75C85 (or 0xE75C85) is unknown color: approx Dark Pink. HEX triplet: E7, 5C and 85. RGB value is (231,92,133). Sum of RGB (Red+Green+Blue) = 231+92+133=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75C85 is #18A37A. Grayscale: #8A8A8A. Windows color (decimal): -1614715 or 8740071. OLE color: 8740071.

HSL color Cylindrical-coordinate representation of color #E75C85: hue angle of 342.3º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75C85 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB23192133-
CMYK00.600.420.09
HSL342.3º74.33%63.33%-
HSV(B)342.3º60.17%90.59%-
XYZ41.0226.3425.11-
YUV138.24125.05194.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.66%
GREEN value IS 92 (36.33% from 255) = 20.18%
BLUE value IS 133 (52.34% from 255) = 29.17%
R=50.66%
G=20.18%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319213300.600.420.09342.374.3363.33
HexE75C8503C2A91564a3f
Octal347134205074521152611277
Binary11100111101110010000101011110010101010011010101101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75C85; }

 p { color: rgb(231,92,133); }

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

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

 a { background-color: rgb(231,92,133); }

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

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

 span { border-color: rgb(231,92,133); }

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