Html Css Color HEX #E14986 Dark Pink

📋 copy color: '#E14986'

red 225 ◦ green 73 ◦ blue 134

#E14986
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #E14986

Tints of Dark Pink #E14986

RGB

 RED value IS 225 (88.28% from 255) = 52.08%

 GREEN value IS 73 (28.91% from 255) = 16.9%

 BLUE value IS 134 (52.73% from 255) = 31.02%

R = 52.08%
G = 16.9%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E14986 (or 0xE14986) is known color: Dark Pink. HEX triplet: E1, 49 and 86. RGB value is (225,73,134). Sum of RGB (Red+Green+Blue) = 225+73+134=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E14986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14986 is #1EB679. Grayscale: #7D7D7D. Windows color (decimal): -2012794 or 8800737. OLE color: 8800737.

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

Color convert

RGB 225 73 134 -
CMYK 0 0.68 0.40 0.12
HSL 335.92º 0.72% 0.58% -
HSV(B) 335.92º 0.68% 0.88% -
XYZ 37.74 22.49 24.91 -
YUV 125.4 132.86 199.04 -
System Red Green Blue C M Y K H S L
Decimal 225 73 134 0 0.68 0.40 0.12 335.92 0.72 0.58
Hex E1 49 86 0 44 28 C 150 48 3A
Octal 341 111 206 0 104 50 14 520 110 72
Binary 11100001 1001001 10000110 0 1000100 101000 1100 101010000 1001000 111010

Color Harmonies of #E14986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14986

Black with #E14986

Text Example


Text Example

White with #E14986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14986; }

 p { color: rgb(225,73,134); }

 H1.HeaderClassName
 {
   color: #E14986;
 }
 .AnyTagClassName
 {
   color: #E14986;
 }
</style>

background-color css

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

 a { background-color: rgb(225,73,134); }

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

border-color css

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

 span { border-color: rgb(225,73,134); }

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