#EF69EB

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

Shades of Violet #EF69EB

Tints of Violet #EF69EB

Color information

#EF69EB (or 0xEF69EB) is unknown color: approx Violet. HEX triplet: EF, 69 and EB. RGB value is (239,105,235). Sum of RGB (Red+Green+Blue) = 239+105+235=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 105 (41.41% from 255 or 18.13% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF69EB is #109614. Grayscale: #9F9F9F. Windows color (decimal): -1086997 or 15428079. OLE color: 15428079.

HSL color Cylindrical-coordinate representation of color #EF69EB: hue angle of 301.79º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF69EB is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239105235-
CMYK00.560.020.06
HSL301.79º80.72%67.45%-
HSV(B)301.79º56.07%93.73%-
XYZ55.6434.4582.31-
YUV159.89170.39184.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.28%
GREEN value IS 105 (41.41% from 255) = 18.13%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=41.28%
G=18.13%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910523500.560.020.06301.7980.7267.45
HexEF69EB0382612e5143
Octal35715135307026456121103
Binary1110111111010011110101101110001011010010111010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF69EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF69EB; }

 p { color: rgb(239,105,235); }

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

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

 a { background-color: rgb(239,105,235); }

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

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

 span { border-color: rgb(239,105,235); }

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