Html Css Color HEX #ED8EE9 Violet

📋 copy color: '#ED8EE9'

red 237 ◦ green 142 ◦ blue 233

#ED8EE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #ED8EE9

Tints of Violet #ED8EE9

RGB

 RED value IS 237 (92.97% from 255) = 38.73%

 GREEN value IS 142 (55.86% from 255) = 23.2%

 BLUE value IS 233 (91.41% from 255) = 38.07%

R = 38.73%
G = 23.2%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#ED8EE9 (or 0xED8EE9) is known color: Violet. HEX triplet: ED, 8E and E9. RGB value is (237,142,233). Sum of RGB (Red+Green+Blue) = 237+142+233=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 142 (55.86% from 255 or 23.20% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8EE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8EE9 is #127116. Grayscale: #B4B4B4. Windows color (decimal): -1208599 or 15306477. OLE color: 15306477.

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

Color convert

RGB 237 142 233 -
CMYK 0 0.40 0.02 0.07
HSL 302.53º 0.73% 0.74% -
HSV(B) 302.53º 0.4% 0.93% -
XYZ 59.31 43.23 82.31 -
YUV 180.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 237 142 233 0 0.40 0.02 0.07 302.53 0.73 0.74
Hex ED 8E E9 0 28 2 7 12F 49 4A
Octal 355 216 351 0 50 2 7 457 111 112
Binary 11101101 10001110 11101001 0 101000 10 111 100101111 1001001 1001010

Color Harmonies of #ED8EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8EE9

Black with #ED8EE9

Text Example


Text Example

White with #ED8EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8EE9; }

 p { color: rgb(237,142,233); }

 H1.HeaderClassName
 {
   color: #ED8EE9;
 }
 .AnyTagClassName
 {
   color: #ED8EE9;
 }
</style>

background-color css

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

 a { background-color: rgb(237,142,233); }

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

border-color css

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

 span { border-color: rgb(237,142,233); }

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