Html Css Color HEX #ED77EC Violet

📋 copy color: '#ED77EC'

red 237 ◦ green 119 ◦ blue 236

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

Shades of Violet #ED77EC

Tints of Violet #ED77EC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.1%

 BLUE value IS 236 (92.58% from 255) = 39.86%

R = 40.03%
G = 20.1%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED77EC (or 0xED77EC) is known color: Violet. HEX triplet: ED, 77 and EC. RGB value is (237,119,236). Sum of RGB (Red+Green+Blue) = 237+119+236=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 119 (46.88% from 255 or 20.10% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED77EC is #128813. Grayscale: #A7A7A7. Windows color (decimal): -1214484 or 15497197. OLE color: 15497197.

HSL color Cylindrical-coordinate representation of color #ED77EC: hue angle of 300.51º 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 #ED77EC is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 119 236 -
CMYK 0 0.50 0.00 0.07
HSL 300.51º 0.77% 0.7% -
HSV(B) 300.51º 0.5% 0.93% -
XYZ 56.66 37.25 83.56 -
YUV 167.62 166.59 177.49 -
System Red Green Blue C M Y K H S L
Decimal 237 119 236 0 0.50 0.00 0.07 300.51 0.77 0.7
Hex ED 77 EC 0 32 0 7 12D 4D 46
Octal 355 167 354 0 62 0 7 455 115 106
Binary 11101101 1110111 11101100 0 110010 0 111 100101101 1001101 1000110

Color Harmonies of #ED77EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED77EC

Black with #ED77EC

Text Example


Text Example

White with #ED77EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED77EC; }

 p { color: rgb(237,119,236); }

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

background-color css

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

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

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

border-color css

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

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

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