#EF7BEB

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

Shades of Violet #EF7BEB

Tints of Violet #EF7BEB

Color information

#EF7BEB (or 0xEF7BEB) is unknown color: approx Violet. HEX triplet: EF, 7B and EB. RGB value is (239,123,235). Sum of RGB (Red+Green+Blue) = 239+123+235=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 123 (48.44% from 255 or 20.60% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7BEB is #108414. Grayscale: #AAAAAA. Windows color (decimal): -1082389 or 15432687. OLE color: 15432687.

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

Color convert

RGB239123235-
CMYK00.490.020.06
HSL302.07º78.38%70.98%-
HSV(B)302.07º48.54%93.73%-
XYZ57.6738.5182.99-
YUV170.45164.43176.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.03%
GREEN value IS 123 (48.44% from 255) = 20.60%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=40.03%
G=20.60%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912323500.490.020.06302.0778.3870.98
HexEF7BEB0312612e4e47
Octal35717335306126456116107
Binary1110111111110111110101101100011011010010111010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7BEB; }

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

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

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

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

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

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

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

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