Html Css Color HEX #EC94F7 Violet

📋 copy color: '#EC94F7'

red 236 ◦ green 148 ◦ blue 247

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

Shades of Violet #EC94F7

Tints of Violet #EC94F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.14%

R = 37.4%
G = 23.45%
B = 39.14%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EC94F7 (or 0xEC94F7) is known color: Violet. HEX triplet: EC, 94 and F7. RGB value is (236,148,247). Sum of RGB (Red+Green+Blue) = 236+148+247=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 148 (58.20% from 255 or 23.45% from 631); Blue value is 247 (96.88% from 255 or 39.14% from 631); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC94F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC94F7 is #136B08. Grayscale: #B9B9B9. Windows color (decimal): -1272585 or 16225516. OLE color: 16225516.

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

Color convert

RGB 236 148 247 -
CMYK 0.04 0.40 0 0.03
HSL 293.33º 0.86% 0.77% -
HSV(B) 293.33º 0.4% 0.97% -
XYZ 61.97 45.73 93.56 -
YUV 185.6 162.65 163.95 -
System Red Green Blue C M Y K H S L
Decimal 236 148 247 0.04 0.40 0 0.03 293.33 0.86 0.77
Hex EC 94 F7 4 28 0 3 125 56 4D
Octal 354 224 367 4 50 0 3 445 126 115
Binary 11101100 10010100 11110111 100 101000 0 11 100100101 1010110 1001101

Color Harmonies of #EC94F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC94F7

Black with #EC94F7

Text Example


Text Example

White with #EC94F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC94F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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