Html Css Color HEX #E5449E Violet Red

📋 copy color: '#E5449E'

red 229 ◦ green 68 ◦ blue 158

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

Shades of Violet Red #E5449E

Tints of Violet Red #E5449E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.73%

R = 50.33%
G = 14.95%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5449E (or 0xE5449E) is known color: Violet Red. HEX triplet: E5, 44 and 9E. RGB value is (229,68,158). Sum of RGB (Red+Green+Blue) = 229+68+158=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E5449E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5449E is #1ABB61. Grayscale: #7E7E7E. Windows color (decimal): -1751906 or 10372325. OLE color: 10372325.

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

Color convert

RGB 229 68 158 -
CMYK 0 0.70 0.31 0.10
HSL 326.46º 0.76% 0.58% -
HSV(B) 326.46º 0.7% 0.9% -
XYZ 40.55 23.26 34.7 -
YUV 126.4 145.84 201.18 -
System Red Green Blue C M Y K H S L
Decimal 229 68 158 0 0.70 0.31 0.10 326.46 0.76 0.58
Hex E5 44 9E 0 46 1F A 146 4C 3A
Octal 345 104 236 0 106 37 12 506 114 72
Binary 11100101 1000100 10011110 0 1000110 11111 1010 101000110 1001100 111010

Color Harmonies of #E5449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5449E

Black with #E5449E

Text Example


Text Example

White with #E5449E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5449E; }

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

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

background-color css

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

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

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

border-color css

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

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

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