Html Css Color HEX #E54080 Violet Red

📋 copy color: '#E54080'

red 229 ◦ green 64 ◦ blue 128

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

Shades of Violet Red #E54080

Tints of Violet Red #E54080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.2%

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

R = 54.39%
G = 15.2%
B = 30.4%

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

#E54080 (or 0xE54080) is known color: Violet Red. HEX triplet: E5, 40 and 80. RGB value is (229,64,128). Sum of RGB (Red+Green+Blue) = 229+64+128=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E54080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54080 is #1ABF7F. Grayscale: #787878. Windows color (decimal): -1752960 or 8405221. OLE color: 8405221.

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

Color convert

RGB 229 64 128 -
CMYK 0 0.72 0.44 0.10
HSL 336.73º 0.76% 0.57% -
HSV(B) 336.73º 0.72% 0.9% -
XYZ 38.04 21.88 22.64 -
YUV 120.63 132.16 205.3 -
System Red Green Blue C M Y K H S L
Decimal 229 64 128 0 0.72 0.44 0.10 336.73 0.76 0.57
Hex E5 40 80 0 48 2C A 151 4C 39
Octal 345 100 200 0 110 54 12 521 114 71
Binary 11100101 1000000 10000000 0 1001000 101100 1010 101010001 1001100 111001

Color Harmonies of #E54080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54080

Black with #E54080

Text Example


Text Example

White with #E54080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54080; }

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

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

background-color css

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

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

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

border-color css

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

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

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