Html Css Color HEX #ED81ED Violet

📋 copy color: '#ED81ED'

red 237 ◦ green 129 ◦ blue 237

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

Shades of Violet #ED81ED

Tints of Violet #ED81ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.3%

R = 39.3%
G = 21.39%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED81ED (or 0xED81ED) is known color: Violet. HEX triplet: ED, 81 and ED. RGB value is (237,129,237). Sum of RGB (Red+Green+Blue) = 237+129+237=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 129 (50.78% from 255 or 21.39% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED81ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED81ED is #127E12. Grayscale: #ADADAD. Windows color (decimal): -1211923 or 15565293. OLE color: 15565293.

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

Color convert

RGB 237 129 237 -
CMYK 0 0.46 0 0.07
HSL 300º 0.75% 0.72% -
HSV(B) 300º 0.46% 0.93% -
XYZ 58.06 39.82 84.75 -
YUV 173.6 163.78 173.22 -
System Red Green Blue C M Y K H S L
Decimal 237 129 237 0 0.46 0 0.07 300 0.75 0.72
Hex ED 81 ED 0 2E 0 7 12C 4B 48
Octal 355 201 355 0 56 0 7 454 113 110
Binary 11101101 10000001 11101101 0 101110 0 111 100101100 1001011 1001000

Color Harmonies of #ED81ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED81ED

Black with #ED81ED

Text Example


Text Example

White with #ED81ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED81ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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