Html Css Color HEX #E14F92 Dark Pink

📋 copy color: '#E14F92'

red 225 ◦ green 79 ◦ blue 146

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

Shades of Dark Pink #E14F92

Tints of Dark Pink #E14F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.44%

R = 50%
G = 17.56%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E14F92 (or 0xE14F92) is known color: Dark Pink. HEX triplet: E1, 4F and 92. RGB value is (225,79,146). Sum of RGB (Red+Green+Blue) = 225+79+146=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14F92 is #1EB06D. Grayscale: #828282. Windows color (decimal): -2011246 or 9588705. OLE color: 9588705.

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

Color convert

RGB 225 79 146 -
CMYK 0 0.65 0.35 0.12
HSL 332.47º 0.71% 0.6% -
HSV(B) 332.47º 0.65% 0.88% -
XYZ 39.04 23.67 29.71 -
YUV 130.29 136.87 195.55 -
System Red Green Blue C M Y K H S L
Decimal 225 79 146 0 0.65 0.35 0.12 332.47 0.71 0.6
Hex E1 4F 92 0 41 23 C 14C 47 3C
Octal 341 117 222 0 101 43 14 514 107 74
Binary 11100001 1001111 10010010 0 1000001 100011 1100 101001100 1000111 111100

Color Harmonies of #E14F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14F92

Black with #E14F92

Text Example


Text Example

White with #E14F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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