#EF7FFD

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

Shades of Violet #EF7FFD

Tints of Violet #EF7FFD

Color information

#EF7FFD (or 0xEF7FFD) is unknown color: approx Violet. HEX triplet: EF, 7F and FD. RGB value is (239,127,253). Sum of RGB (Red+Green+Blue) = 239+127+253=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 127 (50% from 255 or 20.52% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF7FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7FFD is #108002. Grayscale: #AEAEAE. Windows color (decimal): -1081347 or 16613359. OLE color: 16613359.

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

Color convert

RGB239127253-
CMYK0.060.5000.01
HSL293.33º96.92%74.51%-
HSV(B)293.33º49.8%99.22%-
XYZ60.9240.6297.56-
YUV174.85172.11173.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.61%
GREEN value IS 127 (50% from 255) = 20.52%
BLUE value IS 253 (99.22% from 255) = 40.87%
R=38.61%
G=20.52%
B=40.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391272530.060.5000.01293.3396.9274.51
HexEF7FFD63201125614b
Octal35717737566201445141113
Binary111011111111111111111011101100100110010010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7FFD; }

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

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

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

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

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

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

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

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