#EC89F1

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

Shades of Violet #EC89F1

Tints of Violet #EC89F1

Color information

#EC89F1 (or 0xEC89F1) is unknown color: approx Violet. HEX triplet: EC, 89 and F1. RGB value is (236,137,241). Sum of RGB (Red+Green+Blue) = 236+137+241=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 137 (53.91% from 255 or 22.31% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC89F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC89F1 is #13760E. Grayscale: #B2B2B2. Windows color (decimal): -1275407 or 15829484. OLE color: 15829484.

HSL color Cylindrical-coordinate representation of color #EC89F1: hue angle of 297.12º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC89F1 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236137241-
CMYK0.020.4300.05
HSL297.12º78.79%74.12%-
HSV(B)297.12º43.15%94.51%-
XYZ59.4142.0888.21-
YUV178.46163.3169.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.44%
GREEN value IS 137 (53.91% from 255) = 22.31%
BLUE value IS 241 (94.53% from 255) = 39.25%
R=38.44%
G=22.31%
B=39.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361372410.020.4300.05297.1278.7974.12
HexEC89F122B051294f4a
Octal35421136125305451117112
Binary11101100100010011111000110101011010110010100110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC89F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC89F1; }

 p { color: rgb(236,137,241); }

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

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

 a { background-color: rgb(236,137,241); }

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

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

 span { border-color: rgb(236,137,241); }

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