#EC7BEA

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

Shades of Violet #EC7BEA

Tints of Violet #EC7BEA

Color information

#EC7BEA (or 0xEC7BEA) is unknown color: approx Violet. HEX triplet: EC, 7B and EA. RGB value is (236,123,234). Sum of RGB (Red+Green+Blue) = 236+123+234=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 123 (48.44% from 255 or 20.74% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7BEA is #138415. Grayscale: #A9A9A9. Windows color (decimal): -1278998 or 15367148. OLE color: 15367148.

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

Color convert

RGB236123234-
CMYK00.480.010.07
HSL301.06º74.83%70.39%-
HSV(B)301.06º47.88%92.55%-
XYZ56.5337.9482.19-
YUV169.44164.44175.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.80%
GREEN value IS 123 (48.44% from 255) = 20.74%
BLUE value IS 234 (91.80% from 255) = 39.46%
R=39.80%
G=20.74%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612323400.480.010.07301.0674.8370.39
HexEC7BEA0301712d4b46
Octal35417335206017455113106
Binary111011001111011111010100110000111110010110110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7BEA; }

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

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

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

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

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

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

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

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