Html Css Color HEX #EC93FA Violet

📋 copy color: '#EC93FA'

red 236 ◦ green 147 ◦ blue 250

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

Shades of Violet #EC93FA

Tints of Violet #EC93FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.49%

R = 37.28%
G = 23.22%
B = 39.49%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC93FA (or 0xEC93FA) is known color: Violet. HEX triplet: EC, 93 and FA. RGB value is (236,147,250). Sum of RGB (Red+Green+Blue) = 236+147+250=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 147 (57.81% from 255 or 23.22% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC93FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC93FA is #136C05. Grayscale: #B9B9B9. Windows color (decimal): -1272838 or 16421868. OLE color: 16421868.

HSL color Cylindrical-coordinate representation of color #EC93FA: hue angle of 291.84º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC93FA is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 147 250 -
CMYK 0.06 0.41 0 0.02
HSL 291.84º 0.91% 0.78% -
HSV(B) 291.84º 0.41% 0.98% -
XYZ 62.28 45.6 95.96 -
YUV 185.35 164.49 164.12 -
System Red Green Blue C M Y K H S L
Decimal 236 147 250 0.06 0.41 0 0.02 291.84 0.91 0.78
Hex EC 93 FA 6 29 0 2 124 5B 4E
Octal 354 223 372 6 51 0 2 444 133 116
Binary 11101100 10010011 11111010 110 101001 0 10 100100100 1011011 1001110

Color Harmonies of #EC93FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC93FA

Black with #EC93FA

Text Example


Text Example

White with #EC93FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC93FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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