#EC95EA

Color #EC95EA Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #EC95EA

Tints of Violet #EC95EA

Color information

#EC95EA (or 0xEC95EA) is unknown color: approx Violet. HEX triplet: EC, 95 and EA. RGB value is (236,149,234). Sum of RGB (Red+Green+Blue) = 236+149+234=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 149 (58.59% from 255 or 24.07% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC95EA is #136A15. Grayscale: #B8B8B8. Windows color (decimal): -1272342 or 15373804. OLE color: 15373804.

HSL color Cylindrical-coordinate representation of color #EC95EA: hue angle of 301.38º 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 #EC95EA is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB236149234-
CMYK00.370.010.07
HSL301.38º69.6%75.49%-
HSV(B)301.38º36.86%92.55%-
XYZ60.1945.2783.41-
YUV184.7155.82164.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.13%
GREEN value IS 149 (58.59% from 255) = 24.07%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=38.13%
G=24.07%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614923400.370.010.07301.3869.675.49
HexEC95EA0251712d464b
Octal35422535204517455106113
Binary1110110010010101111010100100101111110010110110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC95EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC95EA; }

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

 H1.HeaderClassName
 {
   color: #EC95EA;
 }
 .AnyTagClassName
 {
   color: #EC95EA;
 }
</style>
background-color css

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

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

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

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

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

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