Html Css Color HEX #ED77EB Violet

📋 copy color: '#ED77EB'

red 237 ◦ green 119 ◦ blue 235

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

Shades of Violet #ED77EB

Tints of Violet #ED77EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.76%

R = 40.1%
G = 20.14%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED77EB (or 0xED77EB) is known color: Violet. HEX triplet: ED, 77 and EB. RGB value is (237,119,235). Sum of RGB (Red+Green+Blue) = 237+119+235=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 119 (46.88% from 255 or 20.14% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED77EB is #128814. Grayscale: #A7A7A7. Windows color (decimal): -1214485 or 15431661. OLE color: 15431661.

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

Color convert

RGB 237 119 235 -
CMYK 0 0.50 0.01 0.07
HSL 301.02º 0.77% 0.7% -
HSV(B) 301.02º 0.5% 0.93% -
XYZ 56.52 37.2 82.8 -
YUV 167.51 166.09 177.57 -
System Red Green Blue C M Y K H S L
Decimal 237 119 235 0 0.50 0.01 0.07 301.02 0.77 0.7
Hex ED 77 EB 0 32 1 7 12D 4D 46
Octal 355 167 353 0 62 1 7 455 115 106
Binary 11101101 1110111 11101011 0 110010 1 111 100101101 1001101 1000110

Color Harmonies of #ED77EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED77EB

Black with #ED77EB

Text Example


Text Example

White with #ED77EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED77EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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