Html Css Color HEX #EC95EF Violet

📋 copy color: '#EC95EF'

red 236 ◦ green 149 ◦ blue 239

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

Shades of Violet #EC95EF

Tints of Violet #EC95EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.3%

R = 37.82%
G = 23.88%
B = 38.3%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EC95EF (or 0xEC95EF) is known color: Violet. HEX triplet: EC, 95 and EF. RGB value is (236,149,239). Sum of RGB (Red+Green+Blue) = 236+149+239=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 149 (58.59% from 255 or 23.88% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC95EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC95EF is #136A10. Grayscale: #B8B8B8. Windows color (decimal): -1272337 or 15701484. OLE color: 15701484.

HSL color Cylindrical-coordinate representation of color #EC95EF: hue angle of 298º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC95EF is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 149 239 -
CMYK 0.01 0.38 0 0.06
HSL 298º 0.74% 0.76% -
HSV(B) 298º 0.38% 0.94% -
XYZ 60.92 45.56 87.24 -
YUV 185.27 158.32 164.18 -
System Red Green Blue C M Y K H S L
Decimal 236 149 239 0.01 0.38 0 0.06 298 0.74 0.76
Hex EC 95 EF 1 26 0 6 12A 4A 4C
Octal 354 225 357 1 46 0 6 452 112 114
Binary 11101100 10010101 11101111 1 100110 0 110 100101010 1001010 1001100

Color Harmonies of #EC95EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC95EF

Black with #EC95EF

Text Example


Text Example

White with #EC95EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC95EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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