#E14684

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

Shades of Dark Pink #E14684

Tints of Dark Pink #E14684

Color information

#E14684 (or 0xE14684) is unknown color: approx Dark Pink. HEX triplet: E1, 46 and 84. RGB value is (225,70,132). Sum of RGB (Red+Green+Blue) = 225+70+132=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E14684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14684 is #1EB97B. Grayscale: #7B7B7B. Windows color (decimal): -2013564 or 8668897. OLE color: 8668897.

HSL color Cylindrical-coordinate representation of color #E14684: hue angle of 336º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E14684 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB22570132-
CMYK00.690.410.12
HSL336º72.09%57.84%-
HSV(B)336º68.89%88.24%-
XYZ37.4122.0524.12-
YUV123.41132.85200.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.69%
GREEN value IS 70 (27.73% from 255) = 16.39%
BLUE value IS 132 (51.95% from 255) = 30.91%
R=52.69%
G=16.39%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257013200.690.410.1233672.0957.84
HexE1468404529C150483a
Octal3411062040105511452011072
Binary111000011000110100001000100010110100111001010100001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14684; }

 p { color: rgb(225,70,132); }

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

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

 a { background-color: rgb(225,70,132); }

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

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

 span { border-color: rgb(225,70,132); }

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