Html Css Color HEX #ED7FED Violet

📋 copy color: '#ED7FED'

red 237 ◦ green 127 ◦ blue 237

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

Shades of Violet #ED7FED

Tints of Violet #ED7FED

RGB

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

 GREEN value IS 127 (50% from 255) = 21.13%

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

R = 39.43%
G = 21.13%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED7FED (or 0xED7FED) is known color: Violet. HEX triplet: ED, 7F and ED. RGB value is (237,127,237). Sum of RGB (Red+Green+Blue) = 237+127+237=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 127 (50% from 255 or 21.13% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED7FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7FED is #128012. Grayscale: #ACACAC. Windows color (decimal): -1212435 or 15564781. OLE color: 15564781.

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

Color convert

RGB 237 127 237 -
CMYK 0 0.46 0 0.07
HSL 300º 0.75% 0.71% -
HSV(B) 300º 0.46% 0.93% -
XYZ 57.8 39.3 84.66 -
YUV 172.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 237 127 237 0 0.46 0 0.07 300 0.75 0.71
Hex ED 7F ED 0 2E 0 7 12C 4B 47
Octal 355 177 355 0 56 0 7 454 113 107
Binary 11101101 1111111 11101101 0 101110 0 111 100101100 1001011 1000111

Color Harmonies of #ED7FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7FED

Black with #ED7FED

Text Example


Text Example

White with #ED7FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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