Html Css Color HEX #ED8BEB Violet

📋 copy color: '#ED8BEB'

red 237 ◦ green 139 ◦ blue 235

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

Shades of Violet #ED8BEB

Tints of Violet #ED8BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.75%

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

R = 38.79%
G = 22.75%
B = 38.46%

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

#ED8BEB (or 0xED8BEB) is known color: Violet. HEX triplet: ED, 8B and EB. RGB value is (237,139,235). Sum of RGB (Red+Green+Blue) = 237+139+235=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 139 (54.69% from 255 or 22.75% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8BEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8BEB is #127414. Grayscale: #B2B2B2. Windows color (decimal): -1209365 or 15436781. OLE color: 15436781.

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

Color convert

RGB 237 139 235 -
CMYK 0 0.41 0.01 0.07
HSL 301.22º 0.73% 0.74% -
HSV(B) 301.22º 0.41% 0.93% -
XYZ 59.15 42.47 83.68 -
YUV 179.25 159.47 169.19 -
System Red Green Blue C M Y K H S L
Decimal 237 139 235 0 0.41 0.01 0.07 301.22 0.73 0.74
Hex ED 8B EB 0 29 1 7 12D 49 4A
Octal 355 213 353 0 51 1 7 455 111 112
Binary 11101101 10001011 11101011 0 101001 1 111 100101101 1001001 1001010

Color Harmonies of #ED8BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8BEB

Black with #ED8BEB

Text Example


Text Example

White with #ED8BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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