Html Css Color HEX #EC95EE Violet

📋 copy color: '#EC95EE'

red 236 ◦ green 149 ◦ blue 238

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

Shades of Violet #EC95EE

Tints of Violet #EC95EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.2%

R = 37.88%
G = 23.92%
B = 38.2%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC95EE (or 0xEC95EE) is known color: Violet. HEX triplet: EC, 95 and EE. RGB value is (236,149,238). Sum of RGB (Red+Green+Blue) = 236+149+238=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 149 (58.59% from 255 or 23.92% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC95EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC95EE is #136A11. Grayscale: #B8B8B8. Windows color (decimal): -1272338 or 15635948. OLE color: 15635948.

HSL color Cylindrical-coordinate representation of color #EC95EE: hue angle of 298.65º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC95EE is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 149 238 -
CMYK 0.01 0.37 0 0.07
HSL 298.65º 0.72% 0.76% -
HSV(B) 298.65º 0.37% 0.93% -
XYZ 60.77 45.5 86.47 -
YUV 185.16 157.82 164.26 -
System Red Green Blue C M Y K H S L
Decimal 236 149 238 0.01 0.37 0 0.07 298.65 0.72 0.76
Hex EC 95 EE 1 25 0 7 12B 48 4C
Octal 354 225 356 1 45 0 7 453 110 114
Binary 11101100 10010101 11101110 1 100101 0 111 100101011 1001000 1001100

Color Harmonies of #EC95EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC95EE

Black with #EC95EE

Text Example


Text Example

White with #EC95EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC95EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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