Html Css Color HEX #EC94FA Violet

📋 copy color: '#EC94FA'

red 236 ◦ green 148 ◦ blue 250

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

Shades of Violet #EC94FA

Tints of Violet #EC94FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.43%

R = 37.22%
G = 23.34%
B = 39.43%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC94FA (or 0xEC94FA) is known color: Violet. HEX triplet: EC, 94 and FA. RGB value is (236,148,250). Sum of RGB (Red+Green+Blue) = 236+148+250=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 148 (58.20% from 255 or 23.34% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC94FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC94FA is #136B05. Grayscale: #B9B9B9. Windows color (decimal): -1272582 or 16422124. OLE color: 16422124.

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

Color convert

RGB 236 148 250 -
CMYK 0.06 0.41 0 0.02
HSL 291.76º 0.91% 0.78% -
HSV(B) 291.76º 0.41% 0.98% -
XYZ 62.44 45.91 96.01 -
YUV 185.94 164.15 163.71 -
System Red Green Blue C M Y K H S L
Decimal 236 148 250 0.06 0.41 0 0.02 291.76 0.91 0.78
Hex EC 94 FA 6 29 0 2 124 5B 4E
Octal 354 224 372 6 51 0 2 444 133 116
Binary 11101100 10010100 11111010 110 101001 0 10 100100100 1011011 1001110

Color Harmonies of #EC94FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC94FA

Black with #EC94FA

Text Example


Text Example

White with #EC94FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC94FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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