Html Css Color HEX #E14D8A Dark Pink

📋 copy color: '#E14D8A'

red 225 ◦ green 77 ◦ blue 138

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

Shades of Dark Pink #E14D8A

Tints of Dark Pink #E14D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.36%

R = 51.14%
G = 17.5%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E14D8A (or 0xE14D8A) is known color: Dark Pink. HEX triplet: E1, 4D and 8A. RGB value is (225,77,138). Sum of RGB (Red+Green+Blue) = 225+77+138=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14D8A is #1EB275. Grayscale: #808080. Windows color (decimal): -2011766 or 9063905. OLE color: 9063905.

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

Color convert

RGB 225 77 138 -
CMYK 0 0.66 0.39 0.12
HSL 335.27º 0.71% 0.59% -
HSV(B) 335.27º 0.66% 0.88% -
XYZ 38.29 23.15 26.49 -
YUV 128.21 133.53 197.04 -
System Red Green Blue C M Y K H S L
Decimal 225 77 138 0 0.66 0.39 0.12 335.27 0.71 0.59
Hex E1 4D 8A 0 42 27 C 14F 47 3B
Octal 341 115 212 0 102 47 14 517 107 73
Binary 11100001 1001101 10001010 0 1000010 100111 1100 101001111 1000111 111011

Color Harmonies of #E14D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14D8A

Black with #E14D8A

Text Example


Text Example

White with #E14D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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