Html Css Color HEX #EC93ED Violet

📋 copy color: '#EC93ED'

red 236 ◦ green 147 ◦ blue 237

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

Shades of Violet #EC93ED

Tints of Violet #EC93ED

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

RGB 236 147 237 -
CMYK 0.00 0.38 0 0.07
HSL 299.33º 0.71% 0.75% -
HSV(B) 299.33º 0.38% 0.93% -
XYZ 60.31 44.81 85.59 -
YUV 183.87 157.99 165.18 -
System Red Green Blue C M Y K H S L
Decimal 236 147 237 0.00 0.38 0 0.07 299.33 0.71 0.75
Hex EC 93 ED 0 26 0 7 12B 47 4B
Octal 354 223 355 0 46 0 7 453 107 113
Binary 11101100 10010011 11101101 0 100110 0 111 100101011 1000111 1001011

Color Harmonies of #EC93ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC93ED

Black with #EC93ED

Text Example


Text Example

White with #EC93ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC93ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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