Html Css Color HEX #E5469B Violet Red

📋 copy color: '#E5469B'

red 229 ◦ green 70 ◦ blue 155

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

Shades of Violet Red #E5469B

Tints of Violet Red #E5469B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.14%

R = 50.44%
G = 15.42%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E5469B (or 0xE5469B) is known color: Violet Red. HEX triplet: E5, 46 and 9B. RGB value is (229,70,155). Sum of RGB (Red+Green+Blue) = 229+70+155=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E5469B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5469B is #1AB964. Grayscale: #7F7F7F. Windows color (decimal): -1751397 or 10176229. OLE color: 10176229.

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

Color convert

RGB 229 70 155 -
CMYK 0 0.69 0.32 0.10
HSL 327.92º 0.75% 0.59% -
HSV(B) 327.92º 0.69% 0.9% -
XYZ 40.42 23.4 33.4 -
YUV 127.23 143.68 200.59 -
System Red Green Blue C M Y K H S L
Decimal 229 70 155 0 0.69 0.32 0.10 327.92 0.75 0.59
Hex E5 46 9B 0 45 20 A 148 4B 3B
Octal 345 106 233 0 105 40 12 510 113 73
Binary 11100101 1000110 10011011 0 1000101 100000 1010 101001000 1001011 111011

Color Harmonies of #E5469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5469B

Black with #E5469B

Text Example


Text Example

White with #E5469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5469B; }

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

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

background-color css

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

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

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

border-color css

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

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

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