Html Css Color HEX #EC94F5 Violet

📋 copy color: '#EC94F5'

red 236 ◦ green 148 ◦ blue 245

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

Shades of Violet #EC94F5

Tints of Violet #EC94F5

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.53%

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

R = 37.52%
G = 23.53%
B = 38.95%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC94F5 (or 0xEC94F5) is known color: Violet. HEX triplet: EC, 94 and F5. RGB value is (236,148,245). Sum of RGB (Red+Green+Blue) = 236+148+245=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 148 (58.20% from 255 or 23.53% from 629); Blue value is 245 (96.09% from 255 or 38.95% from 629); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC94F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC94F5 is #136B0A. Grayscale: #B9B9B9. Windows color (decimal): -1272587 or 16094444. OLE color: 16094444.

HSL color Cylindrical-coordinate representation of color #EC94F5: hue angle of 294.43º 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 #EC94F5 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 148 245 -
CMYK 0.04 0.40 0 0.04
HSL 294.43º 0.83% 0.77% -
HSV(B) 294.43º 0.4% 0.96% -
XYZ 61.66 45.61 91.94 -
YUV 185.37 161.65 164.11 -
System Red Green Blue C M Y K H S L
Decimal 236 148 245 0.04 0.40 0 0.04 294.43 0.83 0.77
Hex EC 94 F5 4 28 0 4 126 53 4D
Octal 354 224 365 4 50 0 4 446 123 115
Binary 11101100 10010100 11110101 100 101000 0 100 100100110 1010011 1001101

Color Harmonies of #EC94F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC94F5

Black with #EC94F5

Text Example


Text Example

White with #EC94F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC94F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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