#EB3F93

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

Shades of Violet Red #EB3F93

Tints of Violet Red #EB3F93

Color information

#EB3F93 (or 0xEB3F93) is unknown color: approx Violet Red. HEX triplet: EB, 3F and 93. RGB value is (235,63,147). Sum of RGB (Red+Green+Blue) = 235+63+147=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3F93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3F93 is #14C06C. Grayscale: #7B7B7B. Windows color (decimal): -1359981 or 9650155. OLE color: 9650155.

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

Color convert

RGB23563147-
CMYK00.730.370.08
HSL330.7º81.13%58.43%-
HSV(B)330.7º73.19%92.16%-
XYZ41.323.3229.93-
YUV124140.98207.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.81%
GREEN value IS 63 (25% from 255) = 14.16%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=52.81%
G=14.16%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356314700.730.370.08330.781.1358.43
HexEB3F9304925814b513a
Octal353772230111451051312172
Binary11101011111111100100110100100110010110001010010111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3F93; }

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

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

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

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

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

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

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

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