#ED7FF3

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

Shades of Violet #ED7FF3

Tints of Violet #ED7FF3

Color information

#ED7FF3 (or 0xED7FF3) is unknown color: approx Violet. HEX triplet: ED, 7F and F3. RGB value is (237,127,243). Sum of RGB (Red+Green+Blue) = 237+127+243=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 127 (50% from 255 or 20.92% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED7FF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7FF3 is #12800C. Grayscale: #ACACAC. Windows color (decimal): -1212429 or 15957997. OLE color: 15957997.

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

Color convert

RGB237127243-
CMYK0.020.4800.05
HSL296.9º82.86%72.55%-
HSV(B)296.9º47.74%95.29%-
XYZ58.6939.6589.35-
YUV173.11167.44173.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 127 (50% from 255) = 20.92%
BLUE value IS 243 (95.31% from 255) = 40.03%
R=39.04%
G=20.92%
B=40.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371272430.020.4800.05296.982.8672.55
HexED7FF3230051295349
Octal35517736326005451123111
Binary1110110111111111111001110110000010110010100110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7FF3; }

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

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

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

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

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

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

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

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