Html Css Color HEX #ED77EE Violet

📋 copy color: '#ED77EE'

red 237 ◦ green 119 ◦ blue 238

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

Shades of Violet #ED77EE

Tints of Violet #ED77EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.07%

R = 39.9%
G = 20.03%
B = 40.07%

CMYK

 C value IS 0.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED77EE (or 0xED77EE) is known color: Violet. HEX triplet: ED, 77 and EE. RGB value is (237,119,238). Sum of RGB (Red+Green+Blue) = 237+119+238=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 119 (46.88% from 255 or 20.03% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED77EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED77EE is #128811. Grayscale: #A7A7A7. Windows color (decimal): -1214482 or 15628269. OLE color: 15628269.

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

Color convert

RGB 237 119 238 -
CMYK 0.00 0.50 0 0.07
HSL 299.5º 0.78% 0.7% -
HSV(B) 299.5º 0.5% 0.93% -
XYZ 56.95 37.37 85.1 -
YUV 167.85 167.59 177.32 -
System Red Green Blue C M Y K H S L
Decimal 237 119 238 0.00 0.50 0 0.07 299.5 0.78 0.7
Hex ED 77 EE 0 32 0 7 12B 4E 46
Octal 355 167 356 0 62 0 7 453 116 106
Binary 11101101 1110111 11101110 0 110010 0 111 100101011 1001110 1000110

Color Harmonies of #ED77EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED77EE

Black with #ED77EE

Text Example


Text Example

White with #ED77EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED77EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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