#ED8FEE

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

Shades of Violet #ED8FEE

Tints of Violet #ED8FEE

Color information

#ED8FEE (or 0xED8FEE) is unknown color: approx Violet. HEX triplet: ED, 8F and EE. RGB value is (237,143,238). Sum of RGB (Red+Green+Blue) = 237+143+238=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 143 (56.25% from 255 or 23.14% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED8FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8FEE is #127011. Grayscale: #B5B5B5. Windows color (decimal): -1208338 or 15634413. OLE color: 15634413.

HSL color Cylindrical-coordinate representation of color #ED8FEE: hue angle of 299.37º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8FEE is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237143238-
CMYK0.000.4000.07
HSL299.37º73.64%74.71%-
HSV(B)299.37º39.92%93.33%-
XYZ60.1843.8286.18-
YUV181.94159.64167.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.35%
GREEN value IS 143 (56.25% from 255) = 23.14%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=38.35%
G=23.14%
B=38.51%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371432380.000.4000.07299.3773.6474.71
HexED8FEE0280712b4a4b
Octal35521735605007453112113
Binary1110110110001111111011100101000011110010101110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8FEE; }

 p { color: rgb(237,143,238); }

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

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

 a { background-color: rgb(237,143,238); }

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

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

 span { border-color: rgb(237,143,238); }

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