Html Css Color HEX #EC95FA Violet

📋 copy color: '#EC95FA'

red 236 ◦ green 149 ◦ blue 250

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

Shades of Violet #EC95FA

Tints of Violet #EC95FA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 23.46%

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

R = 37.17%
G = 23.46%
B = 39.37%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC95FA (or 0xEC95FA) is known color: Violet. HEX triplet: EC, 95 and FA. RGB value is (236,149,250). Sum of RGB (Red+Green+Blue) = 236+149+250=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 149 (58.59% from 255 or 23.46% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC95FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC95FA is #136A05. Grayscale: #BABABA. Windows color (decimal): -1272326 or 16422380. OLE color: 16422380.

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

Color convert

RGB 236 149 250 -
CMYK 0.06 0.40 0 0.02
HSL 291.68º 0.91% 0.78% -
HSV(B) 291.68º 0.4% 0.98% -
XYZ 62.59 46.23 96.07 -
YUV 186.53 163.82 163.29 -
System Red Green Blue C M Y K H S L
Decimal 236 149 250 0.06 0.40 0 0.02 291.68 0.91 0.78
Hex EC 95 FA 6 28 0 2 124 5B 4E
Octal 354 225 372 6 50 0 2 444 133 116
Binary 11101100 10010101 11111010 110 101000 0 10 100100100 1011011 1001110

Color Harmonies of #EC95FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC95FA

Black with #EC95FA

Text Example


Text Example

White with #EC95FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC95FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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