Html Css Color HEX #ED83EC Violet

📋 copy color: '#ED83EC'

red 237 ◦ green 131 ◦ blue 236

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

Shades of Violet #ED83EC

Tints of Violet #ED83EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.07%

R = 39.24%
G = 21.69%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED83EC (or 0xED83EC) is known color: Violet. HEX triplet: ED, 83 and EC. RGB value is (237,131,236). Sum of RGB (Red+Green+Blue) = 237+131+236=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 131 (51.56% from 255 or 21.69% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #ED83EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED83EC is #127C13. Grayscale: #AEAEAE. Windows color (decimal): -1211412 or 15500269. OLE color: 15500269.

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

Color convert

RGB 237 131 236 -
CMYK 0 0.45 0.00 0.07
HSL 300.57º 0.75% 0.72% -
HSV(B) 300.57º 0.45% 0.93% -
XYZ 58.18 40.29 84.07 -
YUV 174.66 162.62 172.46 -
System Red Green Blue C M Y K H S L
Decimal 237 131 236 0 0.45 0.00 0.07 300.57 0.75 0.72
Hex ED 83 EC 0 2D 0 7 12D 4B 48
Octal 355 203 354 0 55 0 7 455 113 110
Binary 11101101 10000011 11101100 0 101101 0 111 100101101 1001011 1001000

Color Harmonies of #ED83EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED83EC

Black with #ED83EC

Text Example


Text Example

White with #ED83EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED83EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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