#E75C91

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

Shades of Dark Pink #E75C91

Tints of Dark Pink #E75C91

Color information

#E75C91 (or 0xE75C91) is unknown color: approx Dark Pink. HEX triplet: E7, 5C and 91. RGB value is (231,92,145). Sum of RGB (Red+Green+Blue) = 231+92+145=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75C91 is #18A36E. Grayscale: #8B8B8B. Windows color (decimal): -1614703 or 9526503. OLE color: 9526503.

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

Color convert

RGB23192145-
CMYK00.600.370.09
HSL337.12º74.33%63.33%-
HSV(B)337.12º60.17%90.59%-
XYZ41.8926.6929.73-
YUV139.6131.05193.19-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.36%
GREEN value IS 92 (36.33% from 255) = 19.66%
BLUE value IS 145 (57.03% from 255) = 30.98%
R=49.36%
G=19.66%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319214500.600.370.09337.1274.3363.33
HexE75C9103C2591514a3f
Octal347134221074451152111277
Binary11100111101110010010001011110010010110011010100011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75C91; }

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

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

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

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

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

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

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

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