#ED7FEF

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

Shades of Violet #ED7FEF

Tints of Violet #ED7FEF

Color information

#ED7FEF (or 0xED7FEF) is unknown color: approx Violet. HEX triplet: ED, 7F and EF. RGB value is (237,127,239). Sum of RGB (Red+Green+Blue) = 237+127+239=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 127 (50% from 255 or 21.06% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED7FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7FEF is #128010. Grayscale: #ACACAC. Windows color (decimal): -1212433 or 15695853. OLE color: 15695853.

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

Color convert

RGB237127239-
CMYK0.010.4700.06
HSL298.93º77.78%71.76%-
HSV(B)298.93º46.86%93.73%-
XYZ58.0939.4286.21-
YUV172.66165.44173.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.30%
GREEN value IS 127 (50% from 255) = 21.06%
BLUE value IS 239 (93.75% from 255) = 39.64%
R=39.30%
G=21.06%
B=39.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371272390.010.4700.06298.9377.7871.76
HexED7FEF12F0612b4e48
Octal35517735715706453116110
Binary111011011111111111011111101111011010010101110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7FEF; }

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

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

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

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

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

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

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

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