Html Css Color HEX #E54594 Violet Red

📋 copy color: '#E54594'

red 229 ◦ green 69 ◦ blue 148

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

Shades of Violet Red #E54594

Tints of Violet Red #E54594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.18%

R = 51.35%
G = 15.47%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E54594 (or 0xE54594) is known color: Violet Red. HEX triplet: E5, 45 and 94. RGB value is (229,69,148). Sum of RGB (Red+Green+Blue) = 229+69+148=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E54594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54594 is #1ABA6B. Grayscale: #7D7D7D. Windows color (decimal): -1751660 or 9717221. OLE color: 9717221.

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

Color convert

RGB 229 69 148 -
CMYK 0 0.70 0.35 0.10
HSL 330.38º 0.75% 0.58% -
HSV(B) 330.38º 0.7% 0.9% -
XYZ 39.79 23.05 30.37 -
YUV 125.85 140.51 201.58 -
System Red Green Blue C M Y K H S L
Decimal 229 69 148 0 0.70 0.35 0.10 330.38 0.75 0.58
Hex E5 45 94 0 46 23 A 14A 4B 3A
Octal 345 105 224 0 106 43 12 512 113 72
Binary 11100101 1000101 10010100 0 1000110 100011 1010 101001010 1001011 111010

Color Harmonies of #E54594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54594

Black with #E54594

Text Example


Text Example

White with #E54594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54594; }

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

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

background-color css

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

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

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

border-color css

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

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

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