#EF8DEA

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

Shades of Violet #EF8DEA

Tints of Violet #EF8DEA

Color information

#EF8DEA (or 0xEF8DEA) is unknown color: approx Violet. HEX triplet: EF, 8D and EA. RGB value is (239,141,234). Sum of RGB (Red+Green+Blue) = 239+141+234=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 141 (55.47% from 255 or 22.96% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8DEA is #107215. Grayscale: #B4B4B4. Windows color (decimal): -1077782 or 15371759. OLE color: 15371759.

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

Color convert

RGB239141234-
CMYK00.410.020.06
HSL303.06º75.38%74.51%-
HSV(B)303.06º41%93.73%-
XYZ59.9743.3483.05-
YUV180.9157.97169.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.93%
GREEN value IS 141 (55.47% from 255) = 22.96%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=38.93%
G=22.96%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914123400.410.020.06303.0675.3874.51
HexEF8DEA0292612f4b4b
Octal35721535205126457113113
Binary11101111100011011110101001010011011010010111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8DEA; }

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

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

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

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

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

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

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

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