#EF94ED

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

Shades of Violet #EF94ED

Tints of Violet #EF94ED

Color information

#EF94ED (or 0xEF94ED) is unknown color: approx Violet. HEX triplet: EF, 94 and ED. RGB value is (239,148,237). Sum of RGB (Red+Green+Blue) = 239+148+237=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 148 (58.20% from 255 or 23.72% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF94ED is #106B12. Grayscale: #B9B9B9. Windows color (decimal): -1075987 or 15570159. OLE color: 15570159.

HSL color Cylindrical-coordinate representation of color #EF94ED: hue angle of 301.32º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF94ED is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239148237-
CMYK00.380.010.06
HSL301.32º73.98%75.88%-
HSV(B)301.32º38.08%93.73%-
XYZ61.4745.6485.69-
YUV185.36157.15166.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 148 (58.20% from 255) = 23.72%
BLUE value IS 237 (92.97% from 255) = 37.98%
R=38.30%
G=23.72%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914823700.380.010.06301.3273.9875.88
HexEF94ED0261612d4a4c
Octal35722435504616455112114
Binary1110111110010100111011010100110111010010110110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF94ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF94ED; }

 p { color: rgb(239,148,237); }

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

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

 a { background-color: rgb(239,148,237); }

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

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

 span { border-color: rgb(239,148,237); }

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