Html Css Color HEX #EC95F8 Violet

📋 copy color: '#EC95F8'

red 236 ◦ green 149 ◦ blue 248

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

Shades of Violet #EC95F8

Tints of Violet #EC95F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.18%

R = 37.28%
G = 23.54%
B = 39.18%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EC95F8 (or 0xEC95F8) is known color: Violet. HEX triplet: EC, 95 and F8. RGB value is (236,149,248). Sum of RGB (Red+Green+Blue) = 236+149+248=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 149 (58.59% from 255 or 23.54% from 633); Blue value is 248 (97.27% from 255 or 39.18% from 633); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC95F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC95F8 is #136A07. Grayscale: #B9B9B9. Windows color (decimal): -1272328 or 16291308. OLE color: 16291308.

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

Color convert

RGB 236 149 248 -
CMYK 0.05 0.40 0 0.03
HSL 292.73º 0.88% 0.78% -
HSV(B) 292.73º 0.4% 0.97% -
XYZ 62.28 46.11 94.42 -
YUV 186.3 162.82 163.45 -
System Red Green Blue C M Y K H S L
Decimal 236 149 248 0.05 0.40 0 0.03 292.73 0.88 0.78
Hex EC 95 F8 5 28 0 3 125 58 4E
Octal 354 225 370 5 50 0 3 445 130 116
Binary 11101100 10010101 11111000 101 101000 0 11 100100101 1011000 1001110

Color Harmonies of #EC95F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC95F8

Black with #EC95F8

Text Example


Text Example

White with #EC95F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC95F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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