Html Css Color HEX #E14D8C Dark Pink

📋 copy color: '#E14D8C'

red 225 ◦ green 77 ◦ blue 140

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

Shades of Dark Pink #E14D8C

Tints of Dark Pink #E14D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.67%

R = 50.9%
G = 17.42%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E14D8C (or 0xE14D8C) is known color: Dark Pink. HEX triplet: E1, 4D and 8C. RGB value is (225,77,140). Sum of RGB (Red+Green+Blue) = 225+77+140=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14D8C is #1EB273. Grayscale: #808080. Windows color (decimal): -2011764 or 9194977. OLE color: 9194977.

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

Color convert

RGB 225 77 140 -
CMYK 0 0.66 0.38 0.12
HSL 334.46º 0.71% 0.59% -
HSV(B) 334.46º 0.66% 0.88% -
XYZ 38.44 23.21 27.26 -
YUV 128.43 134.53 196.88 -
System Red Green Blue C M Y K H S L
Decimal 225 77 140 0 0.66 0.38 0.12 334.46 0.71 0.59
Hex E1 4D 8C 0 42 26 C 14E 47 3B
Octal 341 115 214 0 102 46 14 516 107 73
Binary 11100001 1001101 10001100 0 1000010 100110 1100 101001110 1000111 111011

Color Harmonies of #E14D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14D8C

Black with #E14D8C

Text Example


Text Example

White with #E14D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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