Html Css Color HEX #ED8CE9 Violet

📋 copy color: '#ED8CE9'

red 237 ◦ green 140 ◦ blue 233

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

Shades of Violet #ED8CE9

Tints of Violet #ED8CE9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.95%

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

R = 38.85%
G = 22.95%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#ED8CE9 (or 0xED8CE9) is known color: Violet. HEX triplet: ED, 8C and E9. RGB value is (237,140,233). Sum of RGB (Red+Green+Blue) = 237+140+233=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 140 (55.08% from 255 or 22.95% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8CE9 is #127316. Grayscale: #B3B3B3. Windows color (decimal): -1209111 or 15305965. OLE color: 15305965.

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

Color convert

RGB 237 140 233 -
CMYK 0 0.41 0.02 0.07
HSL 302.47º 0.73% 0.74% -
HSV(B) 302.47º 0.41% 0.93% -
XYZ 59.01 42.64 82.21 -
YUV 179.61 158.14 168.94 -
System Red Green Blue C M Y K H S L
Decimal 237 140 233 0 0.41 0.02 0.07 302.47 0.73 0.74
Hex ED 8C E9 0 29 2 7 12E 49 4A
Octal 355 214 351 0 51 2 7 456 111 112
Binary 11101101 10001100 11101001 0 101001 10 111 100101110 1001001 1001010

Color Harmonies of #ED8CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8CE9

Black with #ED8CE9

Text Example


Text Example

White with #ED8CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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