Html Css Color HEX #E14984 Dark Pink

📋 copy color: '#E14984'

red 225 ◦ green 73 ◦ blue 132

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

Shades of Dark Pink #E14984

Tints of Dark Pink #E14984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.7%

R = 52.33%
G = 16.98%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E14984 (or 0xE14984) is known color: Dark Pink. HEX triplet: E1, 49 and 84. RGB value is (225,73,132). Sum of RGB (Red+Green+Blue) = 225+73+132=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E14984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14984 is #1EB67B. Grayscale: #7D7D7D. Windows color (decimal): -2012796 or 8669665. OLE color: 8669665.

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

Color convert

RGB 225 73 132 -
CMYK 0 0.68 0.41 0.12
HSL 336.71º 0.72% 0.58% -
HSV(B) 336.71º 0.68% 0.88% -
XYZ 37.6 22.44 24.18 -
YUV 125.17 131.86 199.2 -
System Red Green Blue C M Y K H S L
Decimal 225 73 132 0 0.68 0.41 0.12 336.71 0.72 0.58
Hex E1 49 84 0 44 29 C 151 48 3A
Octal 341 111 204 0 104 51 14 521 110 72
Binary 11100001 1001001 10000100 0 1000100 101001 1100 101010001 1001000 111010

Color Harmonies of #E14984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14984

Black with #E14984

Text Example


Text Example

White with #E14984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14984; }

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

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

background-color css

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

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

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

border-color css

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

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

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