#E14683

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

Shades of Dark Pink #E14683

Tints of Dark Pink #E14683

Color information

#E14683 (or 0xE14683) is unknown color: approx Dark Pink. HEX triplet: E1, 46 and 83. RGB value is (225,70,131). Sum of RGB (Red+Green+Blue) = 225+70+131=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E14683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14683 is #1EB97C. Grayscale: #7B7B7B. Windows color (decimal): -2013565 or 8603361. OLE color: 8603361.

HSL color Cylindrical-coordinate representation of color #E14683: hue angle of 336.39º 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 #E14683 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB22570131-
CMYK00.690.420.12
HSL336.39º72.09%57.84%-
HSV(B)336.39º68.89%88.24%-
XYZ37.3422.0323.76-
YUV123.3132.35200.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.82%
GREEN value IS 70 (27.73% from 255) = 16.43%
BLUE value IS 131 (51.56% from 255) = 30.75%
R=52.82%
G=16.43%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257013100.690.420.12336.3972.0957.84
HexE146830452AC150483a
Octal3411062030105521452011072
Binary111000011000110100000110100010110101011001010100001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14683; }

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

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

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

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

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

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

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

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