#E75C79

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

Shades of Dark Pink #E75C79

Tints of Dark Pink #E75C79

Color information

#E75C79 (or 0xE75C79) is unknown color: approx Dark Pink. HEX triplet: E7, 5C and 79. RGB value is (231,92,121). Sum of RGB (Red+Green+Blue) = 231+92+121=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75C79 is #18A386. Grayscale: #888888. Windows color (decimal): -1614727 or 7953639. OLE color: 7953639.

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

Color convert

RGB23192121-
CMYK00.600.480.09
HSL347.48º74.33%63.33%-
HSV(B)347.48º60.17%90.59%-
XYZ40.2326.0220.99-
YUV136.87119.05195.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.03%
GREEN value IS 92 (36.33% from 255) = 20.72%
BLUE value IS 121 (47.66% from 255) = 27.25%
R=52.03%
G=20.72%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319212100.600.480.09347.4874.3363.33
HexE75C7903C30915b4a3f
Octal347134171074601153311277
Binary1110011110111001111001011110011000010011010110111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75C79; }

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

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

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

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

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

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

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

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