Html Css Color HEX #ED93ED Violet

📋 copy color: '#ED93ED'

red 237 ◦ green 147 ◦ blue 237

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

Shades of Violet #ED93ED

Tints of Violet #ED93ED

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.67%

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

R = 38.16%
G = 23.67%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED93ED (or 0xED93ED) is known color: Violet. HEX triplet: ED, 93 and ED. RGB value is (237,147,237). Sum of RGB (Red+Green+Blue) = 237+147+237=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 147 (57.81% from 255 or 23.67% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED93ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED93ED is #126C12. Grayscale: #B7B7B7. Windows color (decimal): -1207315 or 15569901. OLE color: 15569901.

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

Color convert

RGB 237 147 237 -
CMYK 0 0.38 0 0.07
HSL 300º 0.71% 0.75% -
HSV(B) 300º 0.38% 0.93% -
XYZ 60.64 44.99 85.61 -
YUV 184.17 157.82 165.68 -
System Red Green Blue C M Y K H S L
Decimal 237 147 237 0 0.38 0 0.07 300 0.71 0.75
Hex ED 93 ED 0 26 0 7 12C 47 4B
Octal 355 223 355 0 46 0 7 454 107 113
Binary 11101101 10010011 11101101 0 100110 0 111 100101100 1000111 1001011

Color Harmonies of #ED93ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED93ED

Black with #ED93ED

Text Example


Text Example

White with #ED93ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED93ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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