Html Css Color HEX #E14D80 Dark Pink

📋 copy color: '#E14D80'

red 225 ◦ green 77 ◦ blue 128

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

Shades of Dark Pink #E14D80

Tints of Dark Pink #E14D80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.77%

R = 52.33%
G = 17.91%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E14D80 (or 0xE14D80) is known color: Dark Pink. HEX triplet: E1, 4D and 80. RGB value is (225,77,128). Sum of RGB (Red+Green+Blue) = 225+77+128=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14D80 is #1EB27F. Grayscale: #7F7F7F. Windows color (decimal): -2011776 or 8408545. OLE color: 8408545.

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

Color convert

RGB 225 77 128 -
CMYK 0 0.66 0.43 0.12
HSL 339.32º 0.71% 0.59% -
HSV(B) 339.32º 0.66% 0.88% -
XYZ 37.6 22.87 22.86 -
YUV 127.07 128.53 197.85 -
System Red Green Blue C M Y K H S L
Decimal 225 77 128 0 0.66 0.43 0.12 339.32 0.71 0.59
Hex E1 4D 80 0 42 2B C 153 47 3B
Octal 341 115 200 0 102 53 14 523 107 73
Binary 11100001 1001101 10000000 0 1000010 101011 1100 101010011 1000111 111011

Color Harmonies of #E14D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14D80

Black with #E14D80

Text Example


Text Example

White with #E14D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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