#EC97EA

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

Shades of Violet #EC97EA

Tints of Violet #EC97EA

Color information

#EC97EA (or 0xEC97EA) is unknown color: approx Violet. HEX triplet: EC, 97 and EA. RGB value is (236,151,234). Sum of RGB (Red+Green+Blue) = 236+151+234=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 151 (59.38% from 255 or 24.32% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #EC97EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC97EA is #136815. Grayscale: #B9B9B9. Windows color (decimal): -1271830 or 15374316. OLE color: 15374316.

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

Color convert

RGB236151234-
CMYK00.360.010.07
HSL301.41º69.11%75.88%-
HSV(B)301.41º36.02%92.55%-
XYZ60.5145.9183.51-
YUV185.88155.16163.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.00%
GREEN value IS 151 (59.38% from 255) = 24.32%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=38.00%
G=24.32%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615123400.360.010.07301.4169.1175.88
HexEC97EA0241712d454c
Octal35422735204417455105114
Binary1110110010010111111010100100100111110010110110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC97EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC97EA; }

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

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

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

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

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

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

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

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