#ED94F3

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

Shades of Violet #ED94F3

Tints of Violet #ED94F3

Color information

#ED94F3 (or 0xED94F3) is unknown color: approx Violet. HEX triplet: ED, 94 and F3. RGB value is (237,148,243). Sum of RGB (Red+Green+Blue) = 237+148+243=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 148 (58.20% from 255 or 23.57% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED94F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED94F3 is #126B0C. Grayscale: #B9B9B9. Windows color (decimal): -1207053 or 15963373. OLE color: 15963373.

HSL color Cylindrical-coordinate representation of color #ED94F3: hue angle of 296.21º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED94F3 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237148243-
CMYK0.020.3900.05
HSL296.21º79.83%76.67%-
HSV(B)296.21º39.09%95.29%-
XYZ61.6945.6690.35-
YUV185.44160.49164.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.74%
GREEN value IS 148 (58.20% from 255) = 23.57%
BLUE value IS 243 (95.31% from 255) = 38.69%
R=37.74%
G=23.57%
B=38.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371482430.020.3900.05296.2179.8376.67
HexED94F322705128504d
Octal35522436324705450120115
Binary11101101100101001111001110100111010110010100010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED94F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED94F3; }

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

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

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

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

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

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

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

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