Html Css Color HEX #E14F8F Dark Pink

📋 copy color: '#E14F8F'

red 225 ◦ green 79 ◦ blue 143

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

Shades of Dark Pink #E14F8F

Tints of Dark Pink #E14F8F

RGB

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

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

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

R = 50.34%
G = 17.67%
B = 31.99%

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

#E14F8F (or 0xE14F8F) is known color: Dark Pink. HEX triplet: E1, 4F and 8F. RGB value is (225,79,143). Sum of RGB (Red+Green+Blue) = 225+79+143=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14F8F is #1EB070. Grayscale: #818181. Windows color (decimal): -2011249 or 9392097. OLE color: 9392097.

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

Color convert

RGB 225 79 143 -
CMYK 0 0.65 0.36 0.12
HSL 333.7º 0.71% 0.6% -
HSV(B) 333.7º 0.65% 0.88% -
XYZ 38.81 23.58 28.49 -
YUV 129.95 135.37 195.8 -
System Red Green Blue C M Y K H S L
Decimal 225 79 143 0 0.65 0.36 0.12 333.7 0.71 0.6
Hex E1 4F 8F 0 41 24 C 14E 47 3C
Octal 341 117 217 0 101 44 14 516 107 74
Binary 11100001 1001111 10001111 0 1000001 100100 1100 101001110 1000111 111100

Color Harmonies of #E14F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14F8F

Black with #E14F8F

Text Example


Text Example

White with #E14F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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