Html Css Color HEX #ED93EC Violet

📋 copy color: '#ED93EC'

red 237 ◦ green 147 ◦ blue 236

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

Shades of Violet #ED93EC

Tints of Violet #ED93EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.06%

R = 38.23%
G = 23.71%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED93EC (or 0xED93EC) is known color: Violet. HEX triplet: ED, 93 and EC. RGB value is (237,147,236). Sum of RGB (Red+Green+Blue) = 237+147+236=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 147 (57.81% from 255 or 23.71% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED93EC is #126C13. Grayscale: #B7B7B7. Windows color (decimal): -1207316 or 15504365. OLE color: 15504365.

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

Color convert

RGB 237 147 236 -
CMYK 0 0.38 0.00 0.07
HSL 300.67º 0.71% 0.75% -
HSV(B) 300.67º 0.38% 0.93% -
XYZ 60.5 44.93 84.84 -
YUV 184.06 157.32 165.76 -
System Red Green Blue C M Y K H S L
Decimal 237 147 236 0 0.38 0.00 0.07 300.67 0.71 0.75
Hex ED 93 EC 0 26 0 7 12D 47 4B
Octal 355 223 354 0 46 0 7 455 107 113
Binary 11101101 10010011 11101100 0 100110 0 111 100101101 1000111 1001011

Color Harmonies of #ED93EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED93EC

Black with #ED93EC

Text Example


Text Example

White with #ED93EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED93EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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