#EC7FEA

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

Shades of Violet #EC7FEA

Tints of Violet #EC7FEA

Color information

#EC7FEA (or 0xEC7FEA) is unknown color: approx Violet. HEX triplet: EC, 7F and EA. RGB value is (236,127,234). Sum of RGB (Red+Green+Blue) = 236+127+234=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 127 (50% from 255 or 21.27% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7FEA is #138015. Grayscale: #ABABAB. Windows color (decimal): -1277974 or 15368172. OLE color: 15368172.

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

Color convert

RGB236127234-
CMYK00.460.010.07
HSL301.1º74.15%71.18%-
HSV(B)301.1º46.19%92.55%-
XYZ57.0338.9582.35-
YUV171.79163.11173.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.53%
GREEN value IS 127 (50% from 255) = 21.27%
BLUE value IS 234 (91.80% from 255) = 39.20%
R=39.53%
G=21.27%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612723400.460.010.07301.174.1571.18
HexEC7FEA02E1712d4a47
Octal35417735205617455112107
Binary111011001111111111010100101110111110010110110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7FEA; }

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

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

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

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

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

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

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

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