#ED8FE5

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

Shades of Violet #ED8FE5

Tints of Violet #ED8FE5

Color information

#ED8FE5 (or 0xED8FE5) is unknown color: approx Violet. HEX triplet: ED, 8F and E5. RGB value is (237,143,229). Sum of RGB (Red+Green+Blue) = 237+143+229=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 143 (56.25% from 255 or 23.48% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FE5 is #12701A. Grayscale: #B4B4B4. Windows color (decimal): -1208347 or 15044589. OLE color: 15044589.

HSL color Cylindrical-coordinate representation of color #ED8FE5: hue angle of 305.11º degrees, saturation: 0.72, 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 #ED8FE5 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB237143229-
CMYK00.400.030.07
HSL305.11º72.31%74.51%-
HSV(B)305.11º39.66%92.94%-
XYZ58.8943.3179.38-
YUV180.91155.14168.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 143 (56.25% from 255) = 23.48%
BLUE value IS 229 (89.84% from 255) = 37.60%
R=38.92%
G=23.48%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714322900.400.030.07305.1172.3174.51
HexED8FE502837131484b
Octal35521734505037461110113
Binary11101101100011111110010101010001111110011000110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8FE5; }

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

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

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

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

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

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

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

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