#EF8FEA

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

Shades of Violet #EF8FEA

Tints of Violet #EF8FEA

Color information

#EF8FEA (or 0xEF8FEA) is unknown color: approx Violet. HEX triplet: EF, 8F and EA. RGB value is (239,143,234). Sum of RGB (Red+Green+Blue) = 239+143+234=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 143 (56.25% from 255 or 23.21% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8FEA is #107015. Grayscale: #B5B5B5. Windows color (decimal): -1077270 or 15372271. OLE color: 15372271.

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

Color convert

RGB239143234-
CMYK00.400.020.06
HSL303.12º75%74.9%-
HSV(B)303.12º40.17%93.73%-
XYZ60.2743.9483.15-
YUV182.08157.3168.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 143 (56.25% from 255) = 23.21%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=38.80%
G=23.21%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914323400.400.020.06303.127574.9
HexEF8FEA0282612f4b4b
Octal35721735205026457113113
Binary11101111100011111110101001010001011010010111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8FEA; }

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

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

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

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

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

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

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

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