#EF87F2

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

Shades of Violet #EF87F2

Tints of Violet #EF87F2

Color information

#EF87F2 (or 0xEF87F2) is unknown color: approx Violet. HEX triplet: EF, 87 and F2. RGB value is (239,135,242). Sum of RGB (Red+Green+Blue) = 239+135+242=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 135 (53.12% from 255 or 21.92% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF87F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF87F2 is #10780D. Grayscale: #B1B1B1. Windows color (decimal): -1079310 or 15894511. OLE color: 15894511.

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

Color convert

RGB239135242-
CMYK0.010.4400.05
HSL298.32º80.45%73.92%-
HSV(B)298.32º44.21%94.9%-
XYZ60.2942.0988.95-
YUV178.29163.96171.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 135 (53.12% from 255) = 21.92%
BLUE value IS 242 (94.92% from 255) = 39.29%
R=38.80%
G=21.92%
B=39.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391352420.010.4400.05298.3280.4573.92
HexEF87F212C0512a504a
Octal35720736215405452120112
Binary1110111110000111111100101101100010110010101010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF87F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF87F2; }

 p { color: rgb(239,135,242); }

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

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

 a { background-color: rgb(239,135,242); }

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

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

 span { border-color: rgb(239,135,242); }

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