Html Css Color HEX #ED83EF Violet

📋 copy color: '#ED83EF'

red 237 ◦ green 131 ◦ blue 239

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

Shades of Violet #ED83EF

Tints of Violet #ED83EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.37%

R = 39.04%
G = 21.58%
B = 39.37%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED83EF (or 0xED83EF) is known color: Violet. HEX triplet: ED, 83 and EF. RGB value is (237,131,239). Sum of RGB (Red+Green+Blue) = 237+131+239=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 131 (51.56% from 255 or 21.58% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED83EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED83EF is #127C10. Grayscale: #AEAEAE. Windows color (decimal): -1211409 or 15696877. OLE color: 15696877.

HSL color Cylindrical-coordinate representation of color #ED83EF: hue angle of 298.89º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED83EF is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 131 239 -
CMYK 0.01 0.45 0 0.06
HSL 298.89º 0.77% 0.73% -
HSV(B) 298.89º 0.45% 0.94% -
XYZ 58.62 40.47 86.38 -
YUV 175.01 164.12 172.22 -
System Red Green Blue C M Y K H S L
Decimal 237 131 239 0.01 0.45 0 0.06 298.89 0.77 0.73
Hex ED 83 EF 1 2D 0 6 12B 4D 49
Octal 355 203 357 1 55 0 6 453 115 111
Binary 11101101 10000011 11101111 1 101101 0 110 100101011 1001101 1001001

Color Harmonies of #ED83EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED83EF

Black with #ED83EF

Text Example


Text Example

White with #ED83EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED83EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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