#E75C7E

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

Shades of Dark Pink #E75C7E

Tints of Dark Pink #E75C7E

Color information

#E75C7E (or 0xE75C7E) is unknown color: approx Dark Pink. HEX triplet: E7, 5C and 7E. RGB value is (231,92,126). Sum of RGB (Red+Green+Blue) = 231+92+126=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75C7E is #18A381. Grayscale: #898989. Windows color (decimal): -1614722 or 8281319. OLE color: 8281319.

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

Color convert

RGB23192126-
CMYK00.600.450.09
HSL345.32º74.33%63.33%-
HSV(B)345.32º60.17%90.59%-
XYZ40.5526.1522.65-
YUV137.44121.55194.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.45%
GREEN value IS 92 (36.33% from 255) = 20.49%
BLUE value IS 126 (49.61% from 255) = 28.06%
R=51.45%
G=20.49%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319212600.600.450.09345.3274.3363.33
HexE75C7E03C2D91594a3f
Octal347134176074551153111277
Binary1110011110111001111110011110010110110011010110011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75C7E; }

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

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

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

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

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

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

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

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