Html Css Color HEX #E14E8F Dark Pink

📋 copy color: '#E14E8F'

red 225 ◦ green 78 ◦ blue 143

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

Shades of Dark Pink #E14E8F

Tints of Dark Pink #E14E8F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.49%

 BLUE value IS 143 (56.25% from 255) = 32.06%

R = 50.45%
G = 17.49%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E14E8F (or 0xE14E8F) is known color: Dark Pink. HEX triplet: E1, 4E and 8F. RGB value is (225,78,143). Sum of RGB (Red+Green+Blue) = 225+78+143=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14E8F is #1EB170. Grayscale: #818181. Windows color (decimal): -2011505 or 9391841. OLE color: 9391841.

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

Color convert

RGB 225 78 143 -
CMYK 0 0.65 0.36 0.12
HSL 333.47º 0.71% 0.59% -
HSV(B) 333.47º 0.65% 0.88% -
XYZ 38.73 23.44 28.47 -
YUV 129.36 135.7 196.21 -
System Red Green Blue C M Y K H S L
Decimal 225 78 143 0 0.65 0.36 0.12 333.47 0.71 0.59
Hex E1 4E 8F 0 41 24 C 14D 47 3B
Octal 341 116 217 0 101 44 14 515 107 73
Binary 11100001 1001110 10001111 0 1000001 100100 1100 101001101 1000111 111011

Color Harmonies of #E14E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14E8F

Black with #E14E8F

Text Example


Text Example

White with #E14E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14E8F; }

 p { color: rgb(225,78,143); }

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

background-color css

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

 a { background-color: rgb(225,78,143); }

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

border-color css

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

 span { border-color: rgb(225,78,143); }

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