#E9469B

Color #E9469B Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #E9469B

Tints of Violet Red #E9469B

Color information

#E9469B (or 0xE9469B) is unknown color: approx Violet Red. HEX triplet: E9, 46 and 9B. RGB value is (233,70,155). Sum of RGB (Red+Green+Blue) = 233+70+155=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E9469B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9469B is #16B964. Grayscale: #808080. Windows color (decimal): -1489253 or 10176233. OLE color: 10176233.

HSL color Cylindrical-coordinate representation of color #E9469B: hue angle of 328.71º degrees, saturation: 0.79, 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 #E9469B is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB23370155-
CMYK00.700.330.09
HSL328.71º78.74%59.41%-
HSV(B)328.71º69.96%91.37%-
XYZ41.7124.0733.46-
YUV128.43143202.59-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.87%
GREEN value IS 70 (27.73% from 255) = 15.28%
BLUE value IS 155 (60.94% from 255) = 33.84%
R=50.87%
G=15.28%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337015500.700.330.09328.7178.7459.41
HexE9469B0462191494f3b
Octal3511062330106411151111773
Binary111010011000110100110110100011010000110011010010011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9469B; }

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

 H1.HeaderClassName
 {
   color: #E9469B;
 }
 .AnyTagClassName
 {
   color: #E9469B;
 }
</style>
background-color css

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

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

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

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

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

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