Html Css Color HEX #ED81FF Violet

📋 copy color: '#ED81FF'

red 237 ◦ green 129 ◦ blue 255

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

Shades of Violet #ED81FF

Tints of Violet #ED81FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.06%

R = 38.16%
G = 20.77%
B = 41.06%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED81FF (or 0xED81FF) is known color: Violet. HEX triplet: ED, 81 and FF. RGB value is (237,129,255). Sum of RGB (Red+Green+Blue) = 237+129+255=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 129 (50.78% from 255 or 20.77% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED81FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED81FF is #127E00. Grayscale: #AFAFAF. Windows color (decimal): -1211905 or 16744941. OLE color: 16744941.

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

Color convert

RGB 237 129 255 -
CMYK 0.07 0.49 0 0
HSL 291.43º 1% 0.75% -
HSV(B) 291.43º 0.49% 1% -
XYZ 60.83 40.93 99.3 -
YUV 175.66 172.78 171.75 -
System Red Green Blue C M Y K H S L
Decimal 237 129 255 0.07 0.49 0 0 291.43 1 0.75
Hex ED 81 FF 7 31 0 0 123 64 4B
Octal 355 201 377 7 61 0 0 443 144 113
Binary 11101101 10000001 11111111 111 110001 0 0 100100011 1100100 1001011

Color Harmonies of #ED81FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED81FF

Black with #ED81FF

Text Example


Text Example

White with #ED81FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED81FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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