#EF88FD

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

Shades of Violet #EF88FD

Tints of Violet #EF88FD

Color information

#EF88FD (or 0xEF88FD) is unknown color: approx Violet. HEX triplet: EF, 88 and FD. RGB value is (239,136,253). Sum of RGB (Red+Green+Blue) = 239+136+253=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 136 (53.52% from 255 or 21.66% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF88FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF88FD is #107702. Grayscale: #B3B3B3. Windows color (decimal): -1079043 or 16615663. OLE color: 16615663.

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

Color convert

RGB239136253-
CMYK0.060.4600.01
HSL292.82º96.69%76.27%-
HSV(B)292.82º46.25%99.22%-
XYZ62.1343.0597.96-
YUV180.14169.12169.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 136 (53.52% from 255) = 21.66%
BLUE value IS 253 (99.22% from 255) = 40.29%
R=38.06%
G=21.66%
B=40.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391362530.060.4600.01292.8296.6976.27
HexEF88FD62E01125614c
Octal35721037565601445141114
Binary1110111110001000111111011101011100110010010111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF88FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF88FD; }

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

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

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

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

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

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

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

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