Html Css Color HEX #EC93FC Violet

📋 copy color: '#EC93FC'

red 236 ◦ green 147 ◦ blue 252

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

Shades of Violet #EC93FC

Tints of Violet #EC93FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.69%

R = 37.17%
G = 23.15%
B = 39.69%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC93FC (or 0xEC93FC) is known color: Violet. HEX triplet: EC, 93 and FC. RGB value is (236,147,252). Sum of RGB (Red+Green+Blue) = 236+147+252=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 147 (57.81% from 255 or 23.15% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC93FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC93FC is #136C03. Grayscale: #B9B9B9. Windows color (decimal): -1272836 or 16552940. OLE color: 16552940.

HSL color Cylindrical-coordinate representation of color #EC93FC: hue angle of 290.86º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC93FC is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 147 252 -
CMYK 0.06 0.42 0 0.01
HSL 290.86º 0.95% 0.78% -
HSV(B) 290.86º 0.42% 0.99% -
XYZ 62.6 45.73 97.62 -
YUV 185.58 165.49 163.96 -
System Red Green Blue C M Y K H S L
Decimal 236 147 252 0.06 0.42 0 0.01 290.86 0.95 0.78
Hex EC 93 FC 6 2A 0 1 123 5F 4E
Octal 354 223 374 6 52 0 1 443 137 116
Binary 11101100 10010011 11111100 110 101010 0 1 100100011 1011111 1001110

Color Harmonies of #EC93FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC93FC

Black with #EC93FC

Text Example


Text Example

White with #EC93FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC93FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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