Html Css Color HEX #EC93EC Violet

📋 copy color: '#EC93EC'

red 236 ◦ green 147 ◦ blue 236

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

Shades of Violet #EC93EC

Tints of Violet #EC93EC

RGB

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

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

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

R = 38.13%
G = 23.75%
B = 38.13%

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

#EC93EC (or 0xEC93EC) is known color: Violet. HEX triplet: EC, 93 and EC. RGB value is (236,147,236). Sum of RGB (Red+Green+Blue) = 236+147+236=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 147 (57.81% from 255 or 23.75% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC93EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC93EC is #136C13. Grayscale: #B7B7B7. Windows color (decimal): -1272852 or 15504364. OLE color: 15504364.

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

Color convert

RGB 236 147 236 -
CMYK 0 0.38 0 0.07
HSL 300º 0.7% 0.75% -
HSV(B) 300º 0.38% 0.93% -
XYZ 60.17 44.76 84.82 -
YUV 183.76 157.49 165.26 -
System Red Green Blue C M Y K H S L
Decimal 236 147 236 0 0.38 0 0.07 300 0.7 0.75
Hex EC 93 EC 0 26 0 7 12C 46 4B
Octal 354 223 354 0 46 0 7 454 106 113
Binary 11101100 10010011 11101100 0 100110 0 111 100101100 1000110 1001011

Color Harmonies of #EC93EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC93EC

Black with #EC93EC

Text Example


Text Example

White with #EC93EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC93EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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