#EA7BEF

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

Shades of Violet #EA7BEF

Tints of Violet #EA7BEF

Color information

#EA7BEF (or 0xEA7BEF) is unknown color: approx Violet. HEX triplet: EA, 7B and EF. RGB value is (234,123,239). Sum of RGB (Red+Green+Blue) = 234+123+239=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 123 (48.44% from 255 or 20.64% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA7BEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7BEF is #158410. Grayscale: #A9A9A9. Windows color (decimal): -1410065 or 15694826. OLE color: 15694826.

HSL color Cylindrical-coordinate representation of color #EA7BEF: hue angle of 297.41º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA7BEF is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234123239-
CMYK0.020.4900.06
HSL297.41º78.38%70.98%-
HSV(B)297.41º48.54%93.73%-
XYZ56.5937.8985.99-
YUV169.41167.27174.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.26%
GREEN value IS 123 (48.44% from 255) = 20.64%
BLUE value IS 239 (93.75% from 255) = 40.10%
R=39.26%
G=20.64%
B=40.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341232390.020.4900.06297.4178.3870.98
HexEA7BEF231061294e47
Octal35217335726106451116107
Binary1110101011110111110111110110001011010010100110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7BEF; }

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

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

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

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

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

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

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

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