Html Css Color HEX #E14D86 Dark Pink

📋 copy color: '#E14D86'

red 225 ◦ green 77 ◦ blue 134

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

Shades of Dark Pink #E14D86

Tints of Dark Pink #E14D86

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.66%

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

R = 51.61%
G = 17.66%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E14D86 (or 0xE14D86) is known color: Dark Pink. HEX triplet: E1, 4D and 86. RGB value is (225,77,134). Sum of RGB (Red+Green+Blue) = 225+77+134=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14D86 is #1EB279. Grayscale: #7F7F7F. Windows color (decimal): -2011770 or 8801761. OLE color: 8801761.

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

Color convert

RGB 225 77 134 -
CMYK 0 0.66 0.40 0.12
HSL 336.89º 0.71% 0.59% -
HSV(B) 336.89º 0.66% 0.88% -
XYZ 38.01 23.04 25 -
YUV 127.75 131.53 197.37 -
System Red Green Blue C M Y K H S L
Decimal 225 77 134 0 0.66 0.40 0.12 336.89 0.71 0.59
Hex E1 4D 86 0 42 28 C 151 47 3B
Octal 341 115 206 0 102 50 14 521 107 73
Binary 11100001 1001101 10000110 0 1000010 101000 1100 101010001 1000111 111011

Color Harmonies of #E14D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14D86

Black with #E14D86

Text Example


Text Example

White with #E14D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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