Html Css Color HEX #ED81FE Violet

📋 copy color: '#ED81FE'

red 237 ◦ green 129 ◦ blue 254

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

Shades of Violet #ED81FE

Tints of Violet #ED81FE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 20.81%

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

R = 38.23%
G = 20.81%
B = 40.97%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED81FE (or 0xED81FE) is known color: Violet. HEX triplet: ED, 81 and FE. RGB value is (237,129,254). Sum of RGB (Red+Green+Blue) = 237+129+254=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 129 (50.78% from 255 or 20.81% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED81FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED81FE is #127E01. Grayscale: #AFAFAF. Windows color (decimal): -1211906 or 16679405. OLE color: 16679405.

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

Color convert

RGB 237 129 254 -
CMYK 0.07 0.49 0 0.00
HSL 291.84º 0.98% 0.75% -
HSV(B) 291.84º 0.49% 1% -
XYZ 60.66 40.86 98.46 -
YUV 175.54 172.28 171.84 -
System Red Green Blue C M Y K H S L
Decimal 237 129 254 0.07 0.49 0 0.00 291.84 0.98 0.75
Hex ED 81 FE 7 31 0 0 124 62 4B
Octal 355 201 376 7 61 0 0 444 142 113
Binary 11101101 10000001 11111110 111 110001 0 0 100100100 1100010 1001011

Color Harmonies of #ED81FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED81FE

Black with #ED81FE

Text Example


Text Example

White with #ED81FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED81FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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