Html Css Color HEX #ED80FE Violet

📋 copy color: '#ED80FE'

red 237 ◦ green 128 ◦ blue 254

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

Shades of Violet #ED80FE

Tints of Violet #ED80FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.03%

R = 38.29%
G = 20.68%
B = 41.03%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED80FE (or 0xED80FE) is known color: Violet. HEX triplet: ED, 80 and FE. RGB value is (237,128,254). Sum of RGB (Red+Green+Blue) = 237+128+254=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 128 (50.39% from 255 or 20.68% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED80FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED80FE is #127F01. Grayscale: #AEAEAE. Windows color (decimal): -1212162 or 16679149. OLE color: 16679149.

HSL color Cylindrical-coordinate representation of color #ED80FE: hue angle of 291.9º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED80FE is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 128 254 -
CMYK 0.07 0.50 0 0.00
HSL 291.9º 0.98% 0.75% -
HSV(B) 291.9º 0.5% 1% -
XYZ 60.53 40.6 98.41 -
YUV 174.96 172.61 172.25 -
System Red Green Blue C M Y K H S L
Decimal 237 128 254 0.07 0.50 0 0.00 291.9 0.98 0.75
Hex ED 80 FE 7 32 0 0 124 62 4B
Octal 355 200 376 7 62 0 0 444 142 113
Binary 11101101 10000000 11111110 111 110010 0 0 100100100 1100010 1001011

Color Harmonies of #ED80FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED80FE

Black with #ED80FE

Text Example


Text Example

White with #ED80FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED80FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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