Html Css Color HEX #ED76EB Violet

📋 copy color: '#ED76EB'

red 237 ◦ green 118 ◦ blue 235

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

Shades of Violet #ED76EB

Tints of Violet #ED76EB

RGB

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

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

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

R = 40.17%
G = 20%
B = 39.83%

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

#ED76EB (or 0xED76EB) is known color: Violet. HEX triplet: ED, 76 and EB. RGB value is (237,118,235). Sum of RGB (Red+Green+Blue) = 237+118+235=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 118 (46.48% from 255 or 20% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #ED76EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED76EB is #128914. Grayscale: #A6A6A6. Windows color (decimal): -1214741 or 15431405. OLE color: 15431405.

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

Color convert

RGB 237 118 235 -
CMYK 0 0.50 0.01 0.07
HSL 301.01º 0.77% 0.7% -
HSV(B) 301.01º 0.5% 0.93% -
XYZ 56.4 36.96 82.76 -
YUV 166.92 166.42 177.99 -
System Red Green Blue C M Y K H S L
Decimal 237 118 235 0 0.50 0.01 0.07 301.01 0.77 0.7
Hex ED 76 EB 0 32 1 7 12D 4D 46
Octal 355 166 353 0 62 1 7 455 115 106
Binary 11101101 1110110 11101011 0 110010 1 111 100101101 1001101 1000110

Color Harmonies of #ED76EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED76EB

Black with #ED76EB

Text Example


Text Example

White with #ED76EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED76EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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