#E66184

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

Shades of Dark Pink #E66184

Tints of Dark Pink #E66184

Color information

#E66184 (or 0xE66184) is unknown color: approx Dark Pink. HEX triplet: E6, 61 and 84. RGB value is (230,97,132). Sum of RGB (Red+Green+Blue) = 230+97+132=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E66184 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66184 is #199E7B. Grayscale: #8C8C8C. Windows color (decimal): -1678972 or 8675814. OLE color: 8675814.

HSL color Cylindrical-coordinate representation of color #E66184: hue angle of 344.21º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E66184 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB23097132-
CMYK00.580.430.10
HSL344.21º72.68%64.12%-
HSV(B)344.21º57.83%90.2%-
XYZ41.0727.0424.88-
YUV140.76123.06191.65-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.11%
GREEN value IS 97 (38.28% from 255) = 21.13%
BLUE value IS 132 (51.95% from 255) = 28.76%
R=50.11%
G=21.13%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309713200.580.430.10344.2172.6864.12
HexE6618403A2BA1584940
Octal3461412040725312530111100
Binary111001101100001100001000111010101011101010101100010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66184; }

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

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

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

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

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

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

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

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