#E75F83

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

Shades of Dark Pink #E75F83

Tints of Dark Pink #E75F83

Color information

#E75F83 (or 0xE75F83) is unknown color: approx Dark Pink. HEX triplet: E7, 5F and 83. RGB value is (231,95,131). Sum of RGB (Red+Green+Blue) = 231+95+131=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E75F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75F83 is #18A07C. Grayscale: #8B8B8B. Windows color (decimal): -1613949 or 8609767. OLE color: 8609767.

HSL color Cylindrical-coordinate representation of color #E75F83: hue angle of 344.12º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E75F83 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB23195131-
CMYK00.590.430.09
HSL344.12º73.91%63.92%-
HSV(B)344.12º58.87%90.59%-
XYZ41.1426.8124.48-
YUV139.77123.06193.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.55%
GREEN value IS 95 (37.5% from 255) = 20.79%
BLUE value IS 131 (51.56% from 255) = 28.67%
R=50.55%
G=20.79%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319513100.590.430.09344.1273.9163.92
HexE75F8303B2B91584a40
Octal3471372030735311530112100
Binary111001111011111100000110111011101011100110101100010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75F83; }

 p { color: rgb(231,95,131); }

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

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

 a { background-color: rgb(231,95,131); }

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

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

 span { border-color: rgb(231,95,131); }

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