#ec94e9

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

Shades of Violet #EC94E9

Tints of Violet #EC94E9

Color information

#EC94E9 (or 0xEC94E9) is unknown color: approx Violet. HEX triplet: EC, 94 and E9. RGB value is (236,148,233). Sum of RGB (Red+Green+Blue) = 236+148+233=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 148 (58.20% from 255 or 23.99% from 617); Blue value is 233 (91.41% from 255 or 37.76% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #EC94E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC94E9 is #136B16. Grayscale: #B7B7B7. Windows color (decimal): -1272599 or 15308012. OLE color: 15308012.

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

Color convert

RGB236148233-
CMYK00.370.010.07
HSL302.05º69.84%75.29%-
HSV(B)302.05º37.29%92.55%-
XYZ59.8944.982.6-
YUV184155.65165.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.25%
GREEN value IS 148 (58.20% from 255) = 23.99%
BLUE value IS 233 (91.41% from 255) = 37.76%
R=38.25%
G=23.99%
B=37.76%

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
Decimal23614823300.370.010.07302.0569.8475.29
HexEC94E90251712e464b
Octal35422435104517456106113
Binary1110110010010100111010010100101111110010111010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec94e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec94e9; }

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

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

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

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

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

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

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

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