Html Css Color HEX #E54596 Violet Red

📋 copy color: '#E54596'

red 229 ◦ green 69 ◦ blue 150

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

Shades of Violet Red #E54596

Tints of Violet Red #E54596

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.4%

 BLUE value IS 150 (58.98% from 255) = 33.48%

R = 51.12%
G = 15.4%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E54596 (or 0xE54596) is known color: Violet Red. HEX triplet: E5, 45 and 96. RGB value is (229,69,150). Sum of RGB (Red+Green+Blue) = 229+69+150=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E54596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54596 is #1ABA69. Grayscale: #7D7D7D. Windows color (decimal): -1751658 or 9848293. OLE color: 9848293.

HSL color Cylindrical-coordinate representation of color #E54596: hue angle of 329.62º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E54596 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 69 150 -
CMYK 0 0.70 0.34 0.10
HSL 329.63º 0.75% 0.58% -
HSV(B) 329.63º 0.7% 0.9% -
XYZ 39.95 23.12 31.21 -
YUV 126.07 141.51 201.41 -
System Red Green Blue C M Y K H S L
Decimal 229 69 150 0 0.70 0.34 0.10 329.63 0.75 0.58
Hex E5 45 96 0 46 22 A 14A 4B 3A
Octal 345 105 226 0 106 42 12 512 113 72
Binary 11100101 1000101 10010110 0 1000110 100010 1010 101001010 1001011 111010

Color Harmonies of #E54596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54596

Black with #E54596

Text Example


Text Example

White with #E54596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54596; }

 p { color: rgb(229,69,150); }

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

background-color css

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

 a { background-color: rgb(229,69,150); }

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

border-color css

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

 span { border-color: rgb(229,69,150); }

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