#EF3B86

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

Shades of Violet Red #EF3B86

Tints of Violet Red #EF3B86

Color information

#EF3B86 (or 0xEF3B86) is unknown color: approx Violet Red. HEX triplet: EF, 3B and 86. RGB value is (239,59,134). Sum of RGB (Red+Green+Blue) = 239+59+134=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3B86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3B86 is #10C479. Grayscale: #797979. Windows color (decimal): -1098874 or 8797167. OLE color: 8797167.

HSL color Cylindrical-coordinate representation of color #EF3B86: hue angle of 335º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3B86 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB23959134-
CMYK00.750.440.06
HSL335º84.91%58.43%-
HSV(B)335º75.31%93.73%-
XYZ41.4623.224.85-
YUV121.37135.13211.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.32%
GREEN value IS 59 (23.44% from 255) = 13.66%
BLUE value IS 134 (52.73% from 255) = 31.02%
R=55.32%
G=13.66%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395913400.750.440.0633584.9158.43
HexEF3B8604B2C614f553a
Octal35773206011354651712572
Binary1110111111101110000110010010111011001101010011111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3B86; }

 p { color: rgb(239,59,134); }

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

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

 a { background-color: rgb(239,59,134); }

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

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

 span { border-color: rgb(239,59,134); }

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