Html Css Color HEX #E14A86 Dark Pink

📋 copy color: '#E14A86'

red 225 ◦ green 74 ◦ blue 134

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

Shades of Dark Pink #E14A86

Tints of Dark Pink #E14A86

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.09%

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

R = 51.96%
G = 17.09%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E14A86 (or 0xE14A86) is known color: Dark Pink. HEX triplet: E1, 4A and 86. RGB value is (225,74,134). Sum of RGB (Red+Green+Blue) = 225+74+134=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14A86 is #1EB579. Grayscale: #7D7D7D. Windows color (decimal): -2012538 or 8800993. OLE color: 8800993.

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

Color convert

RGB 225 74 134 -
CMYK 0 0.67 0.40 0.12
HSL 336.16º 0.72% 0.59% -
HSV(B) 336.16º 0.67% 0.88% -
XYZ 37.8 22.63 24.93 -
YUV 125.99 132.53 198.62 -
System Red Green Blue C M Y K H S L
Decimal 225 74 134 0 0.67 0.40 0.12 336.16 0.72 0.59
Hex E1 4A 86 0 43 28 C 150 48 3B
Octal 341 112 206 0 103 50 14 520 110 73
Binary 11100001 1001010 10000110 0 1000011 101000 1100 101010000 1001000 111011

Color Harmonies of #E14A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14A86

Black with #E14A86

Text Example


Text Example

White with #E14A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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