#EF85FD

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

Shades of Violet #EF85FD

Tints of Violet #EF85FD

Color information

#EF85FD (or 0xEF85FD) is unknown color: approx Violet. HEX triplet: EF, 85 and FD. RGB value is (239,133,253). Sum of RGB (Red+Green+Blue) = 239+133+253=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 133 (52.34% from 255 or 21.28% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF85FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF85FD is #107A02. Grayscale: #B2B2B2. Windows color (decimal): -1079811 or 16614895. OLE color: 16614895.

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

Color convert

RGB239133253-
CMYK0.060.4700.01
HSL293º96.77%75.69%-
HSV(B)293º47.43%99.22%-
XYZ61.7142.2297.82-
YUV178.37170.12171.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.24%
GREEN value IS 133 (52.34% from 255) = 21.28%
BLUE value IS 253 (99.22% from 255) = 40.48%
R=38.24%
G=21.28%
B=40.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391332530.060.4700.0129396.7775.69
HexEF85FD62F01125614c
Octal35720537565701445141114
Binary1110111110000101111111011101011110110010010111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF85FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF85FD; }

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

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

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

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

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

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

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

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