Html Css Color HEX #E5449A Violet Red

📋 copy color: '#E5449A'

red 229 ◦ green 68 ◦ blue 154

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

Shades of Violet Red #E5449A

Tints of Violet Red #E5449A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.08%

 BLUE value IS 154 (60.55% from 255) = 34.15%

R = 50.78%
G = 15.08%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E5449A (or 0xE5449A) is known color: Violet Red. HEX triplet: E5, 44 and 9A. RGB value is (229,68,154). Sum of RGB (Red+Green+Blue) = 229+68+154=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E5449A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5449A is #1ABB65. Grayscale: #7D7D7D. Windows color (decimal): -1751910 or 10110181. OLE color: 10110181.

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

Color convert

RGB 229 68 154 -
CMYK 0 0.70 0.33 0.10
HSL 327.95º 0.76% 0.58% -
HSV(B) 327.95º 0.7% 0.9% -
XYZ 40.21 23.13 32.92 -
YUV 125.94 143.84 201.51 -
System Red Green Blue C M Y K H S L
Decimal 229 68 154 0 0.70 0.33 0.10 327.95 0.76 0.58
Hex E5 44 9A 0 46 21 A 148 4C 3A
Octal 345 104 232 0 106 41 12 510 114 72
Binary 11100101 1000100 10011010 0 1000110 100001 1010 101001000 1001100 111010

Color Harmonies of #E5449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5449A

Black with #E5449A

Text Example


Text Example

White with #E5449A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5449A; }

 p { color: rgb(229,68,154); }

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

background-color css

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

 a { background-color: rgb(229,68,154); }

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

border-color css

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

 span { border-color: rgb(229,68,154); }

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