#EF8AEB

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

Shades of Violet #EF8AEB

Tints of Violet #EF8AEB

Color information

#EF8AEB (or 0xEF8AEB) is unknown color: approx Violet. HEX triplet: EF, 8A and EB. RGB value is (239,138,235). Sum of RGB (Red+Green+Blue) = 239+138+235=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 138 (54.30% from 255 or 22.55% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8AEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8AEB is #107514. Grayscale: #B2B2B2. Windows color (decimal): -1078549 or 15436527. OLE color: 15436527.

HSL color Cylindrical-coordinate representation of color #EF8AEB: hue angle of 302.38º degrees, saturation: 0.76, 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 #EF8AEB is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239138235-
CMYK00.420.020.06
HSL302.38º75.94%73.92%-
HSV(B)302.38º42.26%93.73%-
XYZ59.6842.5383.66-
YUV179.26159.46170.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.05%
GREEN value IS 138 (54.30% from 255) = 22.55%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=39.05%
G=22.55%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913823500.420.020.06302.3875.9473.92
HexEF8AEB02A2612e4c4a
Octal35721235305226456114112
Binary11101111100010101110101101010101011010010111010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8AEB; }

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

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

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

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

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

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

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

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