Html Css Color HEX #E54394 Violet Red

📋 copy color: '#E54394'

red 229 ◦ green 67 ◦ blue 148

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

Shades of Violet Red #E54394

Tints of Violet Red #E54394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.09%

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

R = 51.58%
G = 15.09%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E54394 (or 0xE54394) is known color: Violet Red. HEX triplet: E5, 43 and 94. RGB value is (229,67,148). Sum of RGB (Red+Green+Blue) = 229+67+148=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E54394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54394 is #1ABC6B. Grayscale: #7C7C7C. Windows color (decimal): -1752172 or 9716709. OLE color: 9716709.

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

Color convert

RGB 229 67 148 -
CMYK 0 0.71 0.35 0.10
HSL 330º 0.76% 0.58% -
HSV(B) 330º 0.71% 0.9% -
XYZ 39.67 22.81 30.33 -
YUV 124.67 141.17 202.41 -
System Red Green Blue C M Y K H S L
Decimal 229 67 148 0 0.71 0.35 0.10 330 0.76 0.58
Hex E5 43 94 0 47 23 A 14A 4C 3A
Octal 345 103 224 0 107 43 12 512 114 72
Binary 11100101 1000011 10010100 0 1000111 100011 1010 101001010 1001100 111010

Color Harmonies of #E54394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54394

Black with #E54394

Text Example


Text Example

White with #E54394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54394; }

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

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

background-color css

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

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

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

border-color css

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

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

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