#EB4194

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

Shades of Violet Red #EB4194

Tints of Violet Red #EB4194

Color information

#EB4194 (or 0xEB4194) is unknown color: approx Violet Red. HEX triplet: EB, 41 and 94. RGB value is (235,65,148). Sum of RGB (Red+Green+Blue) = 235+65+148=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4194 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4194 is #14BE6B. Grayscale: #7D7D7D. Windows color (decimal): -1359468 or 9716203. OLE color: 9716203.

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

Color convert

RGB23565148-
CMYK00.720.370.08
HSL330.71º80.95%58.82%-
HSV(B)330.71º72.34%92.16%-
XYZ41.523.5830.38-
YUV125.29140.82206.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.46%
GREEN value IS 65 (25.78% from 255) = 14.51%
BLUE value IS 148 (58.20% from 255) = 33.04%
R=52.46%
G=14.51%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356514800.720.370.08330.7180.9558.82
HexEB419404825814b513b
Octal3531012240110451051312173
Binary111010111000001100101000100100010010110001010010111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4194; }

 p { color: rgb(235,65,148); }

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

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

 a { background-color: rgb(235,65,148); }

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

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

 span { border-color: rgb(235,65,148); }

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