#EC8CE4

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

Shades of Violet #EC8CE4

Tints of Violet #EC8CE4

Color information

#EC8CE4 (or 0xEC8CE4) is unknown color: approx Violet. HEX triplet: EC, 8C and E4. RGB value is (236,140,228). Sum of RGB (Red+Green+Blue) = 236+140+228=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 140 (55.08% from 255 or 23.18% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8CE4 is #13731B. Grayscale: #B2B2B2. Windows color (decimal): -1274652 or 14978284. OLE color: 14978284.

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

Color convert

RGB236140228-
CMYK00.410.030.07
HSL305º71.64%73.73%-
HSV(B)305º40.68%92.55%-
XYZ57.9742.1978.49-
YUV178.74155.8168.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 140 (55.08% from 255) = 23.18%
BLUE value IS 228 (89.45% from 255) = 37.75%
R=39.07%
G=23.18%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614022800.410.030.0730571.6473.73
HexEC8CE402937131484a
Octal35421434405137461110112
Binary11101100100011001110010001010011111110011000110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8CE4; }

 p { color: rgb(236,140,228); }

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

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

 a { background-color: rgb(236,140,228); }

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

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

 span { border-color: rgb(236,140,228); }

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