#EA7BF2

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

Shades of Violet #EA7BF2

Tints of Violet #EA7BF2

Color information

#EA7BF2 (or 0xEA7BF2) is unknown color: approx Violet. HEX triplet: EA, 7B and F2. RGB value is (234,123,242). Sum of RGB (Red+Green+Blue) = 234+123+242=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 123 (48.44% from 255 or 20.53% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA7BF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7BF2 is #15840D. Grayscale: #A9A9A9. Windows color (decimal): -1410062 or 15891434. OLE color: 15891434.

HSL color Cylindrical-coordinate representation of color #EA7BF2: hue angle of 295.97º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA7BF2 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234123242-
CMYK0.030.4900.05
HSL295.97º82.07%71.57%-
HSV(B)295.97º49.17%94.9%-
XYZ57.0438.0788.35-
YUV169.75168.77173.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 123 (48.44% from 255) = 20.53%
BLUE value IS 242 (94.92% from 255) = 40.40%
R=39.07%
G=20.53%
B=40.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341232420.030.4900.05295.9782.0771.57
HexEA7BF2331051285248
Octal35217336236105450122110
Binary1110101011110111111001011110001010110010100010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7BF2; }

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

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

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

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

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

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

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

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