Html Css Color HEX #E14686 Dark Pink

📋 copy color: '#E14686'

red 225 ◦ green 70 ◦ blue 134

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

Shades of Dark Pink #E14686

Tints of Dark Pink #E14686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.32%

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

R = 52.45%
G = 16.32%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E14686 (or 0xE14686) is known color: Dark Pink. HEX triplet: E1, 46 and 86. RGB value is (225,70,134). Sum of RGB (Red+Green+Blue) = 225+70+134=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E14686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14686 is #1EB979. Grayscale: #7B7B7B. Windows color (decimal): -2013562 or 8799969. OLE color: 8799969.

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

Color convert

RGB 225 70 134 -
CMYK 0 0.69 0.40 0.12
HSL 335.23º 0.72% 0.58% -
HSV(B) 335.23º 0.69% 0.88% -
XYZ 37.54 22.11 24.84 -
YUV 123.64 133.85 200.3 -
System Red Green Blue C M Y K H S L
Decimal 225 70 134 0 0.69 0.40 0.12 335.23 0.72 0.58
Hex E1 46 86 0 45 28 C 14F 48 3A
Octal 341 106 206 0 105 50 14 517 110 72
Binary 11100001 1000110 10000110 0 1000101 101000 1100 101001111 1001000 111010

Color Harmonies of #E14686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14686

Black with #E14686

Text Example


Text Example

White with #E14686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14686; }

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

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

background-color css

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

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

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

border-color css

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

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

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