#ED8AFD

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

Shades of Violet #ED8AFD

Tints of Violet #ED8AFD

Color information

#ED8AFD (or 0xED8AFD) is unknown color: approx Violet. HEX triplet: ED, 8A and FD. RGB value is (237,138,253). Sum of RGB (Red+Green+Blue) = 237+138+253=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 138 (54.30% from 255 or 21.97% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED8AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8AFD is #127502. Grayscale: #B4B4B4. Windows color (decimal): -1209603 or 16616173. OLE color: 16616173.

HSL color Cylindrical-coordinate representation of color #ED8AFD: hue angle of 291.65º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED8AFD is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237138253-
CMYK0.060.4500.01
HSL291.65º96.64%76.67%-
HSV(B)291.65º45.45%99.22%-
XYZ61.7443.2798.03-
YUV180.71168.8168.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.74%
GREEN value IS 138 (54.30% from 255) = 21.97%
BLUE value IS 253 (99.22% from 255) = 40.29%
R=37.74%
G=21.97%
B=40.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371382530.060.4500.01291.6596.6476.67
HexED8AFD62D01124614d
Octal35521237565501444141115
Binary1110110110001010111111011101011010110010010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8AFD; }

 p { color: rgb(237,138,253); }

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

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

 a { background-color: rgb(237,138,253); }

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

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

 span { border-color: rgb(237,138,253); }

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