#E9469D

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

Shades of Violet Red #E9469D

Tints of Violet Red #E9469D

Color information

#E9469D (or 0xE9469D) is unknown color: approx Violet Red. HEX triplet: E9, 46 and 9D. RGB value is (233,70,157). Sum of RGB (Red+Green+Blue) = 233+70+157=460 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.65% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 233 - color contains mainly: red. Hex color #E9469D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9469D is #16B962. Grayscale: #808080. Windows color (decimal): -1489251 or 10307305. OLE color: 10307305.

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

Color convert

RGB23370157-
CMYK00.700.330.09
HSL327.98º78.74%59.41%-
HSV(B)327.98º69.96%91.37%-
XYZ41.8824.1434.35-
YUV128.66144202.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.65%
GREEN value IS 70 (27.73% from 255) = 15.22%
BLUE value IS 157 (61.72% from 255) = 34.13%
R=50.65%
G=15.22%
B=34.13%

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
Decimal2337015700.700.330.09327.9878.7459.41
HexE9469D0462191484f3b
Octal3511062350106411151011773
Binary111010011000110100111010100011010000110011010010001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9469D; }

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

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

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

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

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

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

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

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