Html Css Color HEX #E5469D Violet Red

📋 copy color: '#E5469D'

red 229 ◦ green 70 ◦ blue 157

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

Shades of Violet Red #E5469D

Tints of Violet Red #E5469D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.43%

R = 50.22%
G = 15.35%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5469D (or 0xE5469D) is known color: Violet Red. HEX triplet: E5, 46 and 9D. RGB value is (229,70,157). Sum of RGB (Red+Green+Blue) = 229+70+157=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E5469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5469D is #1AB962. Grayscale: #7F7F7F. Windows color (decimal): -1751395 or 10307301. OLE color: 10307301.

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

Color convert

RGB 229 70 157 -
CMYK 0 0.69 0.31 0.10
HSL 327.17º 0.75% 0.59% -
HSV(B) 327.17º 0.69% 0.9% -
XYZ 40.59 23.47 34.29 -
YUV 127.46 144.68 200.43 -
System Red Green Blue C M Y K H S L
Decimal 229 70 157 0 0.69 0.31 0.10 327.17 0.75 0.59
Hex E5 46 9D 0 45 1F A 147 4B 3B
Octal 345 106 235 0 105 37 12 507 113 73
Binary 11100101 1000110 10011101 0 1000101 11111 1010 101000111 1001011 111011

Color Harmonies of #E5469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5469D

Black with #E5469D

Text Example


Text Example

White with #E5469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5469D; }

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

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

background-color css

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

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

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

border-color css

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

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

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