#E96184

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

Shades of Dark Pink #E96184

Tints of Dark Pink #E96184

Color information

#E96184 (or 0xE96184) is unknown color: approx Dark Pink. HEX triplet: E9, 61 and 84. RGB value is (233,97,132). Sum of RGB (Red+Green+Blue) = 233+97+132=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E96184 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96184 is #169E7B. Grayscale: #8D8D8D. Windows color (decimal): -1482364 or 8675817. OLE color: 8675817.

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

Color convert

RGB23397132-
CMYK00.580.430.09
HSL344.56º75.56%64.71%-
HSV(B)344.56º58.37%91.37%-
XYZ42.0427.5424.93-
YUV141.65122.56193.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.43%
GREEN value IS 97 (38.28% from 255) = 21.00%
BLUE value IS 132 (51.95% from 255) = 28.57%
R=50.43%
G=21.00%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339713200.580.430.09344.5675.5664.71
HexE9618403A2B91594c41
Octal3511412040725311531114101
Binary111010011100001100001000111010101011100110101100110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96184; }

 p { color: rgb(233,97,132); }

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

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

 a { background-color: rgb(233,97,132); }

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

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

 span { border-color: rgb(233,97,132); }

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