Html Css Color HEX #EC93F5 Violet

📋 copy color: '#EC93F5'

red 236 ◦ green 147 ◦ blue 245

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

Shades of Violet #EC93F5

Tints of Violet #EC93F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.01%

R = 37.58%
G = 23.41%
B = 39.01%

CMYK

 C value IS 0.04

 M value IS 0.4

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC93F5 (or 0xEC93F5) is known color: Violet. HEX triplet: EC, 93 and F5. RGB value is (236,147,245). Sum of RGB (Red+Green+Blue) = 236+147+245=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 147 (57.81% from 255 or 23.41% from 628); Blue value is 245 (96.09% from 255 or 39.01% from 628); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC93F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC93F5 is #136C0A. Grayscale: #B8B8B8. Windows color (decimal): -1272843 or 16094188. OLE color: 16094188.

HSL color Cylindrical-coordinate representation of color #EC93F5: hue angle of 294.49º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC93F5 is Cyan = 0.04, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 147 245 -
CMYK 0.04 0.4 0 0.04
HSL 294.49º 0.83% 0.77% -
HSV(B) 294.49º 0.4% 0.96% -
XYZ 61.51 45.29 91.89 -
YUV 184.78 161.99 164.53 -
System Red Green Blue C M Y K H S L
Decimal 236 147 245 0.04 0.4 0 0.04 294.49 0.83 0.77
Hex EC 93 F5 4 28 0 4 126 53 4D
Octal 354 223 365 4 50 0 4 446 123 115
Binary 11101100 10010011 11110101 100 101000 0 100 100100110 1010011 1001101

Color Harmonies of #EC93F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC93F5

Black with #EC93F5

Text Example


Text Example

White with #EC93F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC93F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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