#EA7BEC

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

Shades of Violet #EA7BEC

Tints of Violet #EA7BEC

Color information

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

HSL color Cylindrical-coordinate representation of color #EA7BEC: hue angle of 298.94º 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 #EA7BEC is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234123236-
CMYK0.010.4800.07
HSL298.94º74.83%70.39%-
HSV(B)298.94º47.88%92.55%-
XYZ56.1537.7183.68-
YUV169.07165.77174.31-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341232360.010.4800.07298.9474.8370.39
HexEA7BEC1300712b4b46
Octal35217335416007453113106
Binary111010101111011111011001110000011110010101110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7BEC; }

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

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

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

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

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

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

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

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