#EB449E

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

Shades of Violet Red #EB449E

Tints of Violet Red #EB449E

Color information

#EB449E (or 0xEB449E) is unknown color: approx Violet Red. HEX triplet: EB, 44 and 9E. RGB value is (235,68,158). Sum of RGB (Red+Green+Blue) = 235+68+158=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB449E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB449E is #14BB61. Grayscale: #808080. Windows color (decimal): -1358690 or 10372331. OLE color: 10372331.

HSL color Cylindrical-coordinate representation of color #EB449E: hue angle of 327.66º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB449E is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB23568158-
CMYK00.710.330.08
HSL327.66º80.68%59.41%-
HSV(B)327.66º71.06%92.16%-
XYZ42.524.2734.79-
YUV128.19144.83204.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.98%
GREEN value IS 68 (26.95% from 255) = 14.75%
BLUE value IS 158 (62.11% from 255) = 34.27%
R=50.98%
G=14.75%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356815800.710.330.08327.6680.6859.41
HexEB449E047218148513b
Octal3531042360107411051012173
Binary111010111000100100111100100011110000110001010010001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB449E; }

 p { color: rgb(235,68,158); }

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

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

 a { background-color: rgb(235,68,158); }

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

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

 span { border-color: rgb(235,68,158); }

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