Html Css Color HEX #ED76ED Violet

📋 copy color: '#ED76ED'

red 237 ◦ green 118 ◦ blue 237

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

Shades of Violet #ED76ED

Tints of Violet #ED76ED

RGB

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

 GREEN value IS 118 (46.48% from 255) = 19.93%

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

R = 40.03%
G = 19.93%
B = 40.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED76ED (or 0xED76ED) is known color: Violet. HEX triplet: ED, 76 and ED. RGB value is (237,118,237). Sum of RGB (Red+Green+Blue) = 237+118+237=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 118 (46.48% from 255 or 19.93% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED76ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED76ED is #128912. Grayscale: #A6A6A6. Windows color (decimal): -1214739 or 15562477. OLE color: 15562477.

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

Color convert

RGB 237 118 237 -
CMYK 0 0.50 0 0.07
HSL 300º 0.77% 0.7% -
HSV(B) 300º 0.5% 0.93% -
XYZ 56.69 37.08 84.29 -
YUV 167.15 167.42 177.82 -
System Red Green Blue C M Y K H S L
Decimal 237 118 237 0 0.50 0 0.07 300 0.77 0.7
Hex ED 76 ED 0 32 0 7 12C 4D 46
Octal 355 166 355 0 62 0 7 454 115 106
Binary 11101101 1110110 11101101 0 110010 0 111 100101100 1001101 1000110

Color Harmonies of #ED76ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED76ED

Black with #ED76ED

Text Example


Text Example

White with #ED76ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED76ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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