Html Css Color HEX #E14988 Dark Pink

📋 copy color: '#E14988'

red 225 ◦ green 73 ◦ blue 136

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

Shades of Dark Pink #E14988

Tints of Dark Pink #E14988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.34%

R = 51.84%
G = 16.82%
B = 31.34%

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

#E14988 (or 0xE14988) is known color: Dark Pink. HEX triplet: E1, 49 and 88. RGB value is (225,73,136). Sum of RGB (Red+Green+Blue) = 225+73+136=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E14988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14988 is #1EB677. Grayscale: #7D7D7D. Windows color (decimal): -2012792 or 8931809. OLE color: 8931809.

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

Color convert

RGB 225 73 136 -
CMYK 0 0.68 0.40 0.12
HSL 335.13º 0.72% 0.58% -
HSV(B) 335.13º 0.68% 0.88% -
XYZ 37.88 22.55 25.65 -
YUV 125.63 133.86 198.88 -
System Red Green Blue C M Y K H S L
Decimal 225 73 136 0 0.68 0.40 0.12 335.13 0.72 0.58
Hex E1 49 88 0 44 28 C 14F 48 3A
Octal 341 111 210 0 104 50 14 517 110 72
Binary 11100001 1001001 10001000 0 1000100 101000 1100 101001111 1001000 111010

Color Harmonies of #E14988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14988

Black with #E14988

Text Example


Text Example

White with #E14988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14988; }

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

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

background-color css

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

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

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

border-color css

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

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

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