#EF8BF0

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

Shades of Violet #EF8BF0

Tints of Violet #EF8BF0

Color information

#EF8BF0 (or 0xEF8BF0) is unknown color: approx Violet. HEX triplet: EF, 8B and F0. RGB value is (239,139,240). Sum of RGB (Red+Green+Blue) = 239+139+240=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 139 (54.69% from 255 or 22.49% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF8BF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8BF0 is #10740F. Grayscale: #B4B4B4. Windows color (decimal): -1078288 or 15764463. OLE color: 15764463.

HSL color Cylindrical-coordinate representation of color #EF8BF0: hue angle of 299.41º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8BF0 is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB239139240-
CMYK0.000.4200.06
HSL299.41º77.1%74.31%-
HSV(B)299.41º42.08%94.12%-
XYZ60.5643.1187.57-
YUV180.41161.63169.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.67%
GREEN value IS 139 (54.69% from 255) = 22.49%
BLUE value IS 240 (94.14% from 255) = 38.83%
R=38.67%
G=22.49%
B=38.83%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391392400.000.4200.06299.4177.174.31
HexEF8BF002A0612b4d4a
Octal35721336005206453115112
Binary1110111110001011111100000101010011010010101110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8BF0; }

 p { color: rgb(239,139,240); }

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

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

 a { background-color: rgb(239,139,240); }

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

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

 span { border-color: rgb(239,139,240); }

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