#E9448C

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

Shades of Violet Red #E9448C

Tints of Violet Red #E9448C

Color information

#E9448C (or 0xE9448C) is unknown color: approx Violet Red. HEX triplet: E9, 44 and 8C. RGB value is (233,68,140). Sum of RGB (Red+Green+Blue) = 233+68+140=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E9448C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9448C is #16BB73. Grayscale: #7D7D7D. Windows color (decimal): -1489780 or 9192681. OLE color: 9192681.

HSL color Cylindrical-coordinate representation of color #E9448C: hue angle of 333.82º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E9448C is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB23368140-
CMYK00.710.400.09
HSL333.82º78.95%59.02%-
HSV(B)333.82º70.82%91.37%-
XYZ40.4123.3527.19-
YUV125.54136.16204.65-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.83%
GREEN value IS 68 (26.95% from 255) = 15.42%
BLUE value IS 140 (55.08% from 255) = 31.75%
R=52.83%
G=15.42%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336814000.710.400.09333.8278.9559.02
HexE9448C04728914e4f3b
Octal3511042140107501151611773
Binary111010011000100100011000100011110100010011010011101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9448C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9448C; }

 p { color: rgb(233,68,140); }

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

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

 a { background-color: rgb(233,68,140); }

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

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

 span { border-color: rgb(233,68,140); }

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