#E75384

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

Shades of Dark Pink #E75384

Tints of Dark Pink #E75384

Color information

#E75384 (or 0xE75384) is unknown color: approx Dark Pink. HEX triplet: E7, 53 and 84. RGB value is (231,83,132). Sum of RGB (Red+Green+Blue) = 231+83+132=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E75384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75384 is #18AC7B. Grayscale: #848484. Windows color (decimal): -1617020 or 8672231. OLE color: 8672231.

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

Color convert

RGB23183132-
CMYK00.640.430.09
HSL340.14º75.51%61.57%-
HSV(B)340.14º64.07%90.59%-
XYZ40.2124.8424.51-
YUV132.84127.53198.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.79%
GREEN value IS 83 (32.81% from 255) = 18.61%
BLUE value IS 132 (51.95% from 255) = 29.60%
R=51.79%
G=18.61%
B=29.60%

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
Decimal2318313200.640.430.09340.1475.5161.57
HexE753840402B91544c3e
Octal3471232040100531152411476
Binary111001111010011100001000100000010101110011010101001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75384; }

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

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

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

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

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

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

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

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