Html Css Color HEX #E54181 Dark Pink

📋 copy color: '#E54181'

red 229 ◦ green 65 ◦ blue 129

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

Shades of Dark Pink #E54181

Tints of Dark Pink #E54181

RGB

 RED value IS 229 (89.84% from 255) = 54.14%

 GREEN value IS 65 (25.78% from 255) = 15.37%

 BLUE value IS 129 (50.78% from 255) = 30.5%

R = 54.14%
G = 15.37%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E54181 (or 0xE54181) is known color: Dark Pink. HEX triplet: E5, 41 and 81. RGB value is (229,65,129). Sum of RGB (Red+Green+Blue) = 229+65+129=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E54181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54181 is #1ABE7E. Grayscale: #797979. Windows color (decimal): -1752703 or 8471013. OLE color: 8471013.

HSL color Cylindrical-coordinate representation of color #E54181: hue angle of 336.59º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E54181 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 65 129 -
CMYK 0 0.72 0.44 0.10
HSL 336.59º 0.76% 0.58% -
HSV(B) 336.59º 0.72% 0.9% -
XYZ 38.17 22.02 23.01 -
YUV 121.33 132.33 204.8 -
System Red Green Blue C M Y K H S L
Decimal 229 65 129 0 0.72 0.44 0.10 336.59 0.76 0.58
Hex E5 41 81 0 48 2C A 151 4C 3A
Octal 345 101 201 0 110 54 12 521 114 72
Binary 11100101 1000001 10000001 0 1001000 101100 1010 101010001 1001100 111010

Color Harmonies of #E54181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54181

Black with #E54181

Text Example


Text Example

White with #E54181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54181; }

 p { color: rgb(229,65,129); }

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

background-color css

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

 a { background-color: rgb(229,65,129); }

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

border-color css

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

 span { border-color: rgb(229,65,129); }

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