Html Css Color HEX #E8469B Violet Red

📋 copy color: '#E8469B'

red 232 ◦ green 70 ◦ blue 155

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

Shades of Violet Red #E8469B

Tints of Violet Red #E8469B

RGB

 RED value IS 232 (91.02% from 255) = 50.77%

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

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

R = 50.77%
G = 15.32%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E8469B (or 0xE8469B) is known color: Violet Red. HEX triplet: E8, 46 and 9B. RGB value is (232,70,155). Sum of RGB (Red+Green+Blue) = 232+70+155=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E8469B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8469B is #17B964. Grayscale: #7F7F7F. Windows color (decimal): -1554789 or 10176232. OLE color: 10176232.

HSL color Cylindrical-coordinate representation of color #E8469B: hue angle of 328.52º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E8469B is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 70 155 -
CMYK 0 0.70 0.33 0.09
HSL 328.52º 0.78% 0.59% -
HSV(B) 328.52º 0.7% 0.91% -
XYZ 41.39 23.9 33.44 -
YUV 128.13 143.17 202.09 -
System Red Green Blue C M Y K H S L
Decimal 232 70 155 0 0.70 0.33 0.09 328.52 0.78 0.59
Hex E8 46 9B 0 46 21 9 149 4E 3B
Octal 350 106 233 0 106 41 11 511 116 73
Binary 11101000 1000110 10011011 0 1000110 100001 1001 101001001 1001110 111011

Color Harmonies of #E8469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8469B

Black with #E8469B

Text Example


Text Example

White with #E8469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8469B; }

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

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

background-color css

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

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

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

border-color css

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

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

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