#EB4491

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

Shades of Violet Red #EB4491

Tints of Violet Red #EB4491

Color information

#EB4491 (or 0xEB4491) is unknown color: approx Violet Red. HEX triplet: EB, 44 and 91. RGB value is (235,68,145). Sum of RGB (Red+Green+Blue) = 235+68+145=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4491 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4491 is #14BB6E. Grayscale: #7E7E7E. Windows color (decimal): -1358703 or 9520363. OLE color: 9520363.

HSL color Cylindrical-coordinate representation of color #EB4491: hue angle of 332.34º 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 #EB4491 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB23568145-
CMYK00.710.380.08
HSL332.34º80.68%59.41%-
HSV(B)332.34º71.06%92.16%-
XYZ41.4423.8429.21-
YUV126.71138.33205.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.46%
GREEN value IS 68 (26.95% from 255) = 15.18%
BLUE value IS 145 (57.03% from 255) = 32.37%
R=52.46%
G=15.18%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356814500.710.380.08332.3480.6859.41
HexEB449104726814c513b
Octal3531042210107461051412173
Binary111010111000100100100010100011110011010001010011001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4491; }

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

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

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

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

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

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

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

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