#EC8FEA

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

Shades of Violet #EC8FEA

Tints of Violet #EC8FEA

Color information

#EC8FEA (or 0xEC8FEA) is unknown color: approx Violet. HEX triplet: EC, 8F and EA. RGB value is (236,143,234). Sum of RGB (Red+Green+Blue) = 236+143+234=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 143 (56.25% from 255 or 23.33% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8FEA is #137015. Grayscale: #B4B4B4. Windows color (decimal): -1273878 or 15372268. OLE color: 15372268.

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

Color convert

RGB236143234-
CMYK00.390.010.07
HSL301.29º70.99%74.31%-
HSV(B)301.29º39.41%92.55%-
XYZ59.2743.4283.1-
YUV181.18157.81167.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.50%
GREEN value IS 143 (56.25% from 255) = 23.33%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=38.50%
G=23.33%
B=38.17%

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
Decimal23614323400.390.010.07301.2970.9974.31
HexEC8FEA0271712d474a
Octal35421735204717455107112
Binary1110110010001111111010100100111111110010110110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8FEA; }

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

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

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

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

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

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

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

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