#EC91EA

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

Shades of Violet #EC91EA

Tints of Violet #EC91EA

Color information

#EC91EA (or 0xEC91EA) is unknown color: approx Violet. HEX triplet: EC, 91 and EA. RGB value is (236,145,234). Sum of RGB (Red+Green+Blue) = 236+145+234=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 145 (57.03% from 255 or 23.58% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #EC91EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC91EA is #136E15. Grayscale: #B6B6B6. Windows color (decimal): -1273366 or 15372780. OLE color: 15372780.

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

Color convert

RGB236145234-
CMYK00.390.010.07
HSL301.32º70.54%74.71%-
HSV(B)301.32º38.56%92.55%-
XYZ59.5744.0283.2-
YUV182.35157.15166.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 145 (57.03% from 255) = 23.58%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=38.37%
G=23.58%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614523400.390.010.07301.3270.5474.71
HexEC91EA0271712d474b
Octal35422135204717455107113
Binary1110110010010001111010100100111111110010110110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC91EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC91EA; }

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

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

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

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

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

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

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

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