#ED89EE

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

Shades of Violet #ED89EE

Tints of Violet #ED89EE

Color information

#ED89EE (or 0xED89EE) is unknown color: approx Violet. HEX triplet: ED, 89 and EE. RGB value is (237,137,238). Sum of RGB (Red+Green+Blue) = 237+137+238=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 137 (53.91% from 255 or 22.39% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED89EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED89EE is #127611. Grayscale: #B2B2B2. Windows color (decimal): -1209874 or 15632877. OLE color: 15632877.

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

Color convert

RGB237137238-
CMYK0.000.4200.07
HSL299.41º74.81%73.53%-
HSV(B)299.41º42.44%93.33%-
XYZ59.342.0785.88-
YUV178.41161.63169.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 137 (53.91% from 255) = 22.39%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=38.73%
G=22.39%
B=38.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371372380.000.4200.07299.4174.8173.53
HexED89EE02A0712b4b4a
Octal35521135605207453113112
Binary1110110110001001111011100101010011110010101110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED89EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED89EE; }

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

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

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

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

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

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

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

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