#EB4493

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

Shades of Violet Red #EB4493

Tints of Violet Red #EB4493

Color information

#EB4493 (or 0xEB4493) is unknown color: approx Violet Red. HEX triplet: EB, 44 and 93. RGB value is (235,68,147). Sum of RGB (Red+Green+Blue) = 235+68+147=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4493 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4493 is #14BB6C. Grayscale: #7E7E7E. Windows color (decimal): -1358701 or 9651435. OLE color: 9651435.

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

Color convert

RGB23568147-
CMYK00.710.370.08
HSL331.62º80.68%59.41%-
HSV(B)331.62º71.06%92.16%-
XYZ41.5923.930.03-
YUV126.94139.33205.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.22%
GREEN value IS 68 (26.95% from 255) = 15.11%
BLUE value IS 147 (57.81% from 255) = 32.67%
R=52.22%
G=15.11%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356814700.710.370.08331.6280.6859.41
HexEB449304725814c513b
Octal3531042230107451051412173
Binary111010111000100100100110100011110010110001010011001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4493; }

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

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

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

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

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

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

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

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