Html Css Color HEX #E54680 Dark Pink

📋 copy color: '#E54680'

red 229 ◦ green 70 ◦ blue 128

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

Shades of Dark Pink #E54680

Tints of Dark Pink #E54680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.39%

 BLUE value IS 128 (50.39% from 255) = 29.98%

R = 53.63%
G = 16.39%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E54680 (or 0xE54680) is known color: Dark Pink. HEX triplet: E5, 46 and 80. RGB value is (229,70,128). Sum of RGB (Red+Green+Blue) = 229+70+128=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E54680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54680 is #1AB97F. Grayscale: #7C7C7C. Windows color (decimal): -1751424 or 8406757. OLE color: 8406757.

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

Color convert

RGB 229 70 128 -
CMYK 0 0.69 0.44 0.10
HSL 338.11º 0.75% 0.59% -
HSV(B) 338.11º 0.69% 0.9% -
XYZ 38.4 22.6 22.76 -
YUV 124.15 130.18 202.78 -
System Red Green Blue C M Y K H S L
Decimal 229 70 128 0 0.69 0.44 0.10 338.11 0.75 0.59
Hex E5 46 80 0 45 2C A 152 4B 3B
Octal 345 106 200 0 105 54 12 522 113 73
Binary 11100101 1000110 10000000 0 1000101 101100 1010 101010010 1001011 111011

Color Harmonies of #E54680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54680

Black with #E54680

Text Example


Text Example

White with #E54680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54680; }

 p { color: rgb(229,70,128); }

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

background-color css

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

 a { background-color: rgb(229,70,128); }

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

border-color css

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

 span { border-color: rgb(229,70,128); }

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