#EC7EEA

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

Shades of Violet #EC7EEA

Tints of Violet #EC7EEA

Color information

#EC7EEA (or 0xEC7EEA) is unknown color: approx Violet. HEX triplet: EC, 7E and EA. RGB value is (236,126,234). Sum of RGB (Red+Green+Blue) = 236+126+234=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 126 (49.61% from 255 or 21.14% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7EEA is #138115. Grayscale: #AAAAAA. Windows color (decimal): -1278230 or 15367916. OLE color: 15367916.

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

Color convert

RGB236126234-
CMYK00.470.010.07
HSL301.09º74.32%70.98%-
HSV(B)301.09º46.61%92.55%-
XYZ56.938.782.31-
YUV171.2163.44174.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.60%
GREEN value IS 126 (49.61% from 255) = 21.14%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=39.60%
G=21.14%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612623400.470.010.07301.0974.3270.98
HexEC7EEA02F1712d4a47
Octal35417635205717455112107
Binary111011001111110111010100101111111110010110110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7EEA; }

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

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

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

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

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

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

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

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