Html Css Color HEX #EC94FC Violet

📋 copy color: '#EC94FC'

red 236 ◦ green 148 ◦ blue 252

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

Shades of Violet #EC94FC

Tints of Violet #EC94FC

RGB

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

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

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

R = 37.11%
G = 23.27%
B = 39.62%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC94FC (or 0xEC94FC) is known color: Violet. HEX triplet: EC, 94 and FC. RGB value is (236,148,252). Sum of RGB (Red+Green+Blue) = 236+148+252=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 148 (58.20% from 255 or 23.27% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC94FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC94FC is #136B03. Grayscale: #B9B9B9. Windows color (decimal): -1272580 or 16553196. OLE color: 16553196.

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

Color convert

RGB 236 148 252 -
CMYK 0.06 0.41 0 0.01
HSL 290.77º 0.95% 0.78% -
HSV(B) 290.77º 0.41% 0.99% -
XYZ 62.75 46.04 97.67 -
YUV 186.17 165.15 163.54 -
System Red Green Blue C M Y K H S L
Decimal 236 148 252 0.06 0.41 0 0.01 290.77 0.95 0.78
Hex EC 94 FC 6 29 0 1 123 5F 4E
Octal 354 224 374 6 51 0 1 443 137 116
Binary 11101100 10010100 11111100 110 101001 0 1 100100011 1011111 1001110

Color Harmonies of #EC94FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC94FC

Black with #EC94FC

Text Example


Text Example

White with #EC94FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC94FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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