Html Css Color HEX #E14F8D Dark Pink

📋 copy color: '#E14F8D'

red 225 ◦ green 79 ◦ blue 141

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

Shades of Dark Pink #E14F8D

Tints of Dark Pink #E14F8D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.75%

 BLUE value IS 141 (55.47% from 255) = 31.69%

R = 50.56%
G = 17.75%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E14F8D (or 0xE14F8D) is known color: Dark Pink. HEX triplet: E1, 4F and 8D. RGB value is (225,79,141). Sum of RGB (Red+Green+Blue) = 225+79+141=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14F8D is #1EB072. Grayscale: #818181. Windows color (decimal): -2011251 or 9261025. OLE color: 9261025.

HSL color Cylindrical-coordinate representation of color #E14F8D: hue angle of 334.52º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14F8D is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 79 141 -
CMYK 0 0.65 0.37 0.12
HSL 334.52º 0.71% 0.6% -
HSV(B) 334.52º 0.65% 0.88% -
XYZ 38.66 23.52 27.7 -
YUV 129.72 134.37 195.96 -
System Red Green Blue C M Y K H S L
Decimal 225 79 141 0 0.65 0.37 0.12 334.52 0.71 0.6
Hex E1 4F 8D 0 41 25 C 14F 47 3C
Octal 341 117 215 0 101 45 14 517 107 74
Binary 11100001 1001111 10001101 0 1000001 100101 1100 101001111 1000111 111100

Color Harmonies of #E14F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14F8D

Black with #E14F8D

Text Example


Text Example

White with #E14F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14F8D; }

 p { color: rgb(225,79,141); }

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

background-color css

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

 a { background-color: rgb(225,79,141); }

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

border-color css

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

 span { border-color: rgb(225,79,141); }

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