#EF7FF1

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

Shades of Violet #EF7FF1

Tints of Violet #EF7FF1

Color information

#EF7FF1 (or 0xEF7FF1) is unknown color: approx Violet. HEX triplet: EF, 7F and F1. RGB value is (239,127,241). Sum of RGB (Red+Green+Blue) = 239+127+241=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 127 (50% from 255 or 20.92% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF7FF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7FF1 is #10800E. Grayscale: #ADADAD. Windows color (decimal): -1081359 or 15826927. OLE color: 15826927.

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

Color convert

RGB239127241-
CMYK0.010.4700.05
HSL298.95º80.28%72.16%-
HSV(B)298.95º47.3%94.51%-
XYZ59.0639.8887.8-
YUV173.48166.11174.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 127 (50% from 255) = 20.92%
BLUE value IS 241 (94.53% from 255) = 39.70%
R=39.37%
G=20.92%
B=39.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391272410.010.4700.05298.9580.2872.16
HexEF7FF112F0512b5048
Octal35717736115705453120110
Binary111011111111111111100011101111010110010101110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7FF1; }

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

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

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

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

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

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

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

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