Html Css Color HEX #E5469A Violet Red

📋 copy color: '#E5469A'

red 229 ◦ green 70 ◦ blue 154

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

Shades of Violet Red #E5469A

Tints of Violet Red #E5469A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.45%

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

R = 50.55%
G = 15.45%
B = 34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E5469A (or 0xE5469A) is known color: Violet Red. HEX triplet: E5, 46 and 9A. RGB value is (229,70,154). Sum of RGB (Red+Green+Blue) = 229+70+154=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E5469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5469A is #1AB965. Grayscale: #7E7E7E. Windows color (decimal): -1751398 or 10110693. OLE color: 10110693.

HSL color Cylindrical-coordinate representation of color #E5469A: hue angle of 328.3º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5469A is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 70 154 -
CMYK 0 0.69 0.33 0.10
HSL 328.3º 0.75% 0.59% -
HSV(B) 328.3º 0.69% 0.9% -
XYZ 40.34 23.37 32.96 -
YUV 127.12 143.18 200.67 -
System Red Green Blue C M Y K H S L
Decimal 229 70 154 0 0.69 0.33 0.10 328.3 0.75 0.59
Hex E5 46 9A 0 45 21 A 148 4B 3B
Octal 345 106 232 0 105 41 12 510 113 73
Binary 11100101 1000110 10011010 0 1000101 100001 1010 101001000 1001011 111011

Color Harmonies of #E5469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5469A

Black with #E5469A

Text Example


Text Example

White with #E5469A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5469A; }

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

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

background-color css

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

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

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

border-color css

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

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

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