Html Css Color HEX #ED8FEB Violet

📋 copy color: '#ED8FEB'

red 237 ◦ green 143 ◦ blue 235

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

Shades of Violet #ED8FEB

Tints of Violet #ED8FEB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.25%

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

R = 38.54%
G = 23.25%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED8FEB (or 0xED8FEB) is known color: Violet. HEX triplet: ED, 8F and EB. RGB value is (237,143,235). Sum of RGB (Red+Green+Blue) = 237+143+235=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 143 (56.25% from 255 or 23.25% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8FEB is #127014. Grayscale: #B5B5B5. Windows color (decimal): -1208341 or 15437805. OLE color: 15437805.

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

Color convert

RGB 237 143 235 -
CMYK 0 0.40 0.01 0.07
HSL 301.28º 0.72% 0.75% -
HSV(B) 301.28º 0.4% 0.93% -
XYZ 59.74 43.65 83.87 -
YUV 181.59 158.14 167.52 -
System Red Green Blue C M Y K H S L
Decimal 237 143 235 0 0.40 0.01 0.07 301.28 0.72 0.75
Hex ED 8F EB 0 28 1 7 12D 48 4B
Octal 355 217 353 0 50 1 7 455 110 113
Binary 11101101 10001111 11101011 0 101000 1 111 100101101 1001000 1001011

Color Harmonies of #ED8FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8FEB

Black with #ED8FEB

Text Example


Text Example

White with #ED8FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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