Html Css Color HEX #E14F8C Dark Pink

📋 copy color: '#E14F8C'

red 225 ◦ green 79 ◦ blue 140

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

Shades of Dark Pink #E14F8C

Tints of Dark Pink #E14F8C

RGB

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

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

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

R = 50.68%
G = 17.79%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E14F8C (or 0xE14F8C) is known color: Dark Pink. HEX triplet: E1, 4F and 8C. RGB value is (225,79,140). Sum of RGB (Red+Green+Blue) = 225+79+140=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14F8C is #1EB073. Grayscale: #818181. Windows color (decimal): -2011252 or 9195489. OLE color: 9195489.

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

Color convert

RGB 225 79 140 -
CMYK 0 0.65 0.38 0.12
HSL 334.93º 0.71% 0.6% -
HSV(B) 334.93º 0.65% 0.88% -
XYZ 38.58 23.49 27.31 -
YUV 129.61 133.87 196.04 -
System Red Green Blue C M Y K H S L
Decimal 225 79 140 0 0.65 0.38 0.12 334.93 0.71 0.6
Hex E1 4F 8C 0 41 26 C 14F 47 3C
Octal 341 117 214 0 101 46 14 517 107 74
Binary 11100001 1001111 10001100 0 1000001 100110 1100 101001111 1000111 111100

Color Harmonies of #E14F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14F8C

Black with #E14F8C

Text Example


Text Example

White with #E14F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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