Html Css Color HEX #ED83FF Violet

📋 copy color: '#ED83FF'

red 237 ◦ green 131 ◦ blue 255

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

Shades of Violet #ED83FF

Tints of Violet #ED83FF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 21.03%

 BLUE value IS 255 (100% from 255) = 40.93%

R = 38.04%
G = 21.03%
B = 40.93%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED83FF (or 0xED83FF) is known color: Violet. HEX triplet: ED, 83 and FF. RGB value is (237,131,255). Sum of RGB (Red+Green+Blue) = 237+131+255=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 131 (51.56% from 255 or 21.03% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED83FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED83FF is #127C00. Grayscale: #B0B0B0. Windows color (decimal): -1211393 or 16745453. OLE color: 16745453.

HSL color Cylindrical-coordinate representation of color #ED83FF: hue angle of 291.29º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED83FF is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 131 255 -
CMYK 0.07 0.49 0 0
HSL 291.29º 1% 0.76% -
HSV(B) 291.29º 0.49% 1% -
XYZ 61.09 41.46 99.39 -
YUV 176.83 172.12 170.92 -
System Red Green Blue C M Y K H S L
Decimal 237 131 255 0.07 0.49 0 0 291.29 1 0.76
Hex ED 83 FF 7 31 0 0 123 64 4C
Octal 355 203 377 7 61 0 0 443 144 114
Binary 11101101 10000011 11111111 111 110001 0 0 100100011 1100100 1001100

Color Harmonies of #ED83FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED83FF

Black with #ED83FF

Text Example


Text Example

White with #ED83FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED83FF; }

 p { color: rgb(237,131,255); }

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

background-color css

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

 a { background-color: rgb(237,131,255); }

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

border-color css

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

 span { border-color: rgb(237,131,255); }

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