#E75383

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

Shades of Dark Pink #E75383

Tints of Dark Pink #E75383

Color information

#E75383 (or 0xE75383) is unknown color: approx Dark Pink. HEX triplet: E7, 53 and 83. RGB value is (231,83,131). Sum of RGB (Red+Green+Blue) = 231+83+131=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E75383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75383 is #18AC7C. Grayscale: #848484. Windows color (decimal): -1617021 or 8606695. OLE color: 8606695.

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

Color convert

RGB23183131-
CMYK00.640.430.09
HSL340.54º75.51%61.57%-
HSV(B)340.54º64.07%90.59%-
XYZ40.1424.8124.15-
YUV132.72127.03198.1-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.91%
GREEN value IS 83 (32.81% from 255) = 18.65%
BLUE value IS 131 (51.56% from 255) = 29.44%
R=51.91%
G=18.65%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318313100.640.430.09340.5475.5161.57
HexE753830402B91554c3e
Octal3471232030100531152511476
Binary111001111010011100000110100000010101110011010101011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75383; }

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

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

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

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

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

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

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

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