#ED7AF8

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

Shades of Violet #ED7AF8

Tints of Violet #ED7AF8

Color information

#ED7AF8 (or 0xED7AF8) is unknown color: approx Violet. HEX triplet: ED, 7A and F8. RGB value is (237,122,248). Sum of RGB (Red+Green+Blue) = 237+122+248=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 122 (48.05% from 255 or 20.10% from 607); Blue value is 248 (97.27% from 255 or 40.86% from 607); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED7AF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7AF8 is #128507. Grayscale: #AAAAAA. Windows color (decimal): -1213704 or 16284397. OLE color: 16284397.

HSL color Cylindrical-coordinate representation of color #ED7AF8: hue angle of 294.76º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED7AF8 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB237122248-
CMYK0.040.5100.03
HSL294.76º90%72.55%-
HSV(B)294.76º50.81%97.25%-
XYZ58.8338.793.18-
YUV170.75171.6175.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 122 (48.05% from 255) = 20.10%
BLUE value IS 248 (97.27% from 255) = 40.86%
R=39.04%
G=20.10%
B=40.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2371222480.040.5100.03294.769072.55
HexED7AF8433031275a49
Octal35517237046303447132111
Binary1110110111110101111100010011001101110010011110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7AF8; }

 p { color: rgb(237,122,248); }

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

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

 a { background-color: rgb(237,122,248); }

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

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

 span { border-color: rgb(237,122,248); }

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