Html Css Color HEX #ED80EF Violet

📋 copy color: '#ED80EF'

red 237 ◦ green 128 ◦ blue 239

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

Shades of Violet #ED80EF

Tints of Violet #ED80EF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.19%

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

R = 39.24%
G = 21.19%
B = 39.57%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED80EF (or 0xED80EF) is known color: Violet. HEX triplet: ED, 80 and EF. RGB value is (237,128,239). Sum of RGB (Red+Green+Blue) = 237+128+239=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 128 (50.39% from 255 or 21.19% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED80EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED80EF is #127F10. Grayscale: #ACACAC. Windows color (decimal): -1212177 or 15696109. OLE color: 15696109.

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

Color convert

RGB 237 128 239 -
CMYK 0.01 0.46 0 0.06
HSL 298.92º 0.78% 0.72% -
HSV(B) 298.92º 0.46% 0.94% -
XYZ 58.22 39.67 86.25 -
YUV 173.25 165.11 173.47 -
System Red Green Blue C M Y K H S L
Decimal 237 128 239 0.01 0.46 0 0.06 298.92 0.78 0.72
Hex ED 80 EF 1 2E 0 6 12B 4E 48
Octal 355 200 357 1 56 0 6 453 116 110
Binary 11101101 10000000 11101111 1 101110 0 110 100101011 1001110 1001000

Color Harmonies of #ED80EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED80EF

Black with #ED80EF

Text Example


Text Example

White with #ED80EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED80EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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