#EF93F1

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

Shades of Violet #EF93F1

Tints of Violet #EF93F1

Color information

#EF93F1 (or 0xEF93F1) is unknown color: approx Violet. HEX triplet: EF, 93 and F1. RGB value is (239,147,241). Sum of RGB (Red+Green+Blue) = 239+147+241=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 147 (57.81% from 255 or 23.44% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF93F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF93F1 is #106C0E. Grayscale: #B8B8B8. Windows color (decimal): -1076239 or 15832047. OLE color: 15832047.

HSL color Cylindrical-coordinate representation of color #EF93F1: hue angle of 298.72º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF93F1 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239147241-
CMYK0.010.3900.05
HSL298.72º77.05%76.08%-
HSV(B)298.72º39%94.51%-
XYZ61.9145.5788.75-
YUV185.22159.48166.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 147 (57.81% from 255) = 23.44%
BLUE value IS 241 (94.53% from 255) = 38.44%
R=38.12%
G=23.44%
B=38.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391472410.010.3900.05298.7277.0576.08
HexEF93F11270512b4d4c
Octal35722336114705453115114
Binary1110111110010011111100011100111010110010101110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF93F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF93F1; }

 p { color: rgb(239,147,241); }

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

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

 a { background-color: rgb(239,147,241); }

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

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

 span { border-color: rgb(239,147,241); }

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