Html Css Color HEX #ED8DEB Violet

📋 copy color: '#ED8DEB'

red 237 ◦ green 141 ◦ blue 235

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

Shades of Violet #ED8DEB

Tints of Violet #ED8DEB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23%

 BLUE value IS 235 (92.19% from 255) = 38.34%

R = 38.66%
G = 23%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED8DEB (or 0xED8DEB) is known color: Violet. HEX triplet: ED, 8D and EB. RGB value is (237,141,235). Sum of RGB (Red+Green+Blue) = 237+141+235=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 141 (55.47% from 255 or 23.00% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8DEB is #127214. Grayscale: #B4B4B4. Windows color (decimal): -1208853 or 15437293. OLE color: 15437293.

HSL color Cylindrical-coordinate representation of color #ED8DEB: hue angle of 301.25º 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 #ED8DEB is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 141 235 -
CMYK 0 0.41 0.01 0.07
HSL 301.25º 0.73% 0.74% -
HSV(B) 301.25º 0.41% 0.93% -
XYZ 59.45 43.05 83.77 -
YUV 180.42 158.8 168.36 -
System Red Green Blue C M Y K H S L
Decimal 237 141 235 0 0.41 0.01 0.07 301.25 0.73 0.74
Hex ED 8D EB 0 29 1 7 12D 49 4A
Octal 355 215 353 0 51 1 7 455 111 112
Binary 11101101 10001101 11101011 0 101001 1 111 100101101 1001001 1001010

Color Harmonies of #ED8DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8DEB

Black with #ED8DEB

Text Example


Text Example

White with #ED8DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8DEB; }

 p { color: rgb(237,141,235); }

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

background-color css

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

 a { background-color: rgb(237,141,235); }

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

border-color css

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

 span { border-color: rgb(237,141,235); }

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