Html Css Color HEX #E54699 Violet Red

📋 copy color: '#E54699'

red 229 ◦ green 70 ◦ blue 153

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

Shades of Violet Red #E54699

Tints of Violet Red #E54699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.85%

R = 50.66%
G = 15.49%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E54699 (or 0xE54699) is known color: Violet Red. HEX triplet: E5, 46 and 99. RGB value is (229,70,153). Sum of RGB (Red+Green+Blue) = 229+70+153=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E54699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54699 is #1AB966. Grayscale: #7E7E7E. Windows color (decimal): -1751399 or 10045157. OLE color: 10045157.

HSL color Cylindrical-coordinate representation of color #E54699: hue angle of 328.68º 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 #E54699 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 70 153 -
CMYK 0 0.69 0.33 0.10
HSL 328.68º 0.75% 0.59% -
HSV(B) 328.68º 0.69% 0.9% -
XYZ 40.25 23.34 32.52 -
YUV 127 142.68 200.75 -
System Red Green Blue C M Y K H S L
Decimal 229 70 153 0 0.69 0.33 0.10 328.68 0.75 0.59
Hex E5 46 99 0 45 21 A 149 4B 3B
Octal 345 106 231 0 105 41 12 511 113 73
Binary 11100101 1000110 10011001 0 1000101 100001 1010 101001001 1001011 111011

Color Harmonies of #E54699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54699

Black with #E54699

Text Example


Text Example

White with #E54699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54699; }

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

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

background-color css

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

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

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

border-color css

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

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

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