Html Css Color HEX #EC95E9 Violet

📋 copy color: '#EC95E9'

red 236 ◦ green 149 ◦ blue 233

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

Shades of Violet #EC95E9

Tints of Violet #EC95E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.7%

R = 38.19%
G = 24.11%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EC95E9 (or 0xEC95E9) is known color: Violet. HEX triplet: EC, 95 and E9. RGB value is (236,149,233). Sum of RGB (Red+Green+Blue) = 236+149+233=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 149 (58.59% from 255 or 24.11% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC95E9 is #136A16. Grayscale: #B8B8B8. Windows color (decimal): -1272343 or 15308268. OLE color: 15308268.

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

Color convert

RGB 236 149 233 -
CMYK 0 0.37 0.01 0.07
HSL 302.07º 0.7% 0.75% -
HSV(B) 302.07º 0.37% 0.93% -
XYZ 60.05 45.21 82.65 -
YUV 184.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 236 149 233 0 0.37 0.01 0.07 302.07 0.7 0.75
Hex EC 95 E9 0 25 1 7 12E 46 4B
Octal 354 225 351 0 45 1 7 456 106 113
Binary 11101100 10010101 11101001 0 100101 1 111 100101110 1000110 1001011

Color Harmonies of #EC95E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC95E9

Black with #EC95E9

Text Example


Text Example

White with #EC95E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC95E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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