#EF88FE

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

Shades of Violet #EF88FE

Tints of Violet #EF88FE

Color information

#EF88FE (or 0xEF88FE) is unknown color: approx Violet. HEX triplet: EF, 88 and FE. RGB value is (239,136,254). Sum of RGB (Red+Green+Blue) = 239+136+254=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 136 (53.52% from 255 or 21.62% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF88FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF88FE is #107701. Grayscale: #B3B3B3. Windows color (decimal): -1079042 or 16681199. OLE color: 16681199.

HSL color Cylindrical-coordinate representation of color #EF88FE: hue angle of 292.37º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF88FE is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB239136254-
CMYK0.060.4600.00
HSL292.37º98.33%76.47%-
HSV(B)292.37º46.46%99.61%-
XYZ62.2943.1198.8-
YUV180.25169.62169.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.00%
GREEN value IS 136 (53.52% from 255) = 21.62%
BLUE value IS 254 (99.61% from 255) = 40.38%
R=38.00%
G=21.62%
B=40.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2391362540.060.4600.00292.3798.3376.47
HexEF88FE62E00124624c
Octal35721037665600444142114
Binary1110111110001000111111101101011100010010010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF88FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF88FE; }

 p { color: rgb(239,136,254); }

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

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

 a { background-color: rgb(239,136,254); }

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

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

 span { border-color: rgb(239,136,254); }

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