#EF8AEA

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

Shades of Violet #EF8AEA

Tints of Violet #EF8AEA

Color information

#EF8AEA (or 0xEF8AEA) is unknown color: approx Violet. HEX triplet: EF, 8A and EA. RGB value is (239,138,234). Sum of RGB (Red+Green+Blue) = 239+138+234=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 138 (54.30% from 255 or 22.59% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8AEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8AEA is #107515. Grayscale: #B2B2B2. Windows color (decimal): -1078550 or 15370991. OLE color: 15370991.

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

Color convert

RGB239138234-
CMYK00.420.020.06
HSL302.97º75.94%73.92%-
HSV(B)302.97º42.26%93.73%-
XYZ59.5442.4782.9-
YUV179.14158.96170.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.12%
GREEN value IS 138 (54.30% from 255) = 22.59%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=39.12%
G=22.59%
B=38.30%

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
Decimal23913823400.420.020.06302.9775.9473.92
HexEF8AEA02A2612f4c4a
Octal35721235205226457114112
Binary11101111100010101110101001010101011010010111110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8AEA; }

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

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

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

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

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

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

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

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