Html Css Color HEX #E54985 Dark Pink

📋 copy color: '#E54985'

red 229 ◦ green 73 ◦ blue 133

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

Shades of Dark Pink #E54985

Tints of Dark Pink #E54985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.57%

R = 52.64%
G = 16.78%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E54985 (or 0xE54985) is known color: Dark Pink. HEX triplet: E5, 49 and 85. RGB value is (229,73,133). Sum of RGB (Red+Green+Blue) = 229+73+133=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E54985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54985 is #1AB67A. Grayscale: #7E7E7E. Windows color (decimal): -1750651 or 8735205. OLE color: 8735205.

HSL color Cylindrical-coordinate representation of color #E54985: hue angle of 336.92º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54985 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 73 133 -
CMYK 0 0.68 0.42 0.10
HSL 336.92º 0.75% 0.59% -
HSV(B) 336.92º 0.68% 0.9% -
XYZ 38.93 23.12 24.6 -
YUV 126.48 131.68 201.12 -
System Red Green Blue C M Y K H S L
Decimal 229 73 133 0 0.68 0.42 0.10 336.92 0.75 0.59
Hex E5 49 85 0 44 2A A 151 4B 3B
Octal 345 111 205 0 104 52 12 521 113 73
Binary 11100101 1001001 10000101 0 1000100 101010 1010 101010001 1001011 111011

Color Harmonies of #E54985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54985

Black with #E54985

Text Example


Text Example

White with #E54985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54985; }

 p { color: rgb(229,73,133); }

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

background-color css

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

 a { background-color: rgb(229,73,133); }

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

border-color css

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

 span { border-color: rgb(229,73,133); }

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