Html Css Color HEX #E14983 Dark Pink

📋 copy color: '#E14983'

red 225 ◦ green 73 ◦ blue 131

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

Shades of Dark Pink #E14983

Tints of Dark Pink #E14983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.02%

 BLUE value IS 131 (51.56% from 255) = 30.54%

R = 52.45%
G = 17.02%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E14983 (or 0xE14983) is known color: Dark Pink. HEX triplet: E1, 49 and 83. RGB value is (225,73,131). Sum of RGB (Red+Green+Blue) = 225+73+131=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E14983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14983 is #1EB67C. Grayscale: #7C7C7C. Windows color (decimal): -2012797 or 8604129. OLE color: 8604129.

HSL color Cylindrical-coordinate representation of color #E14983: hue angle of 337.11º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E14983 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 73 131 -
CMYK 0 0.68 0.42 0.12
HSL 337.11º 0.72% 0.58% -
HSV(B) 337.11º 0.68% 0.88% -
XYZ 37.53 22.41 23.82 -
YUV 125.06 131.36 199.28 -
System Red Green Blue C M Y K H S L
Decimal 225 73 131 0 0.68 0.42 0.12 337.11 0.72 0.58
Hex E1 49 83 0 44 2A C 151 48 3A
Octal 341 111 203 0 104 52 14 521 110 72
Binary 11100001 1001001 10000011 0 1000100 101010 1100 101010001 1001000 111010

Color Harmonies of #E14983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14983

Black with #E14983

Text Example


Text Example

White with #E14983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14983; }

 p { color: rgb(225,73,131); }

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

background-color css

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

 a { background-color: rgb(225,73,131); }

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

border-color css

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

 span { border-color: rgb(225,73,131); }

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