#EA6BF9

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

Shades of Heliotrope #EA6BF9

Tints of Heliotrope #EA6BF9

Color information

#EA6BF9 (or 0xEA6BF9) is unknown color: approx Heliotrope. HEX triplet: EA, 6B and F9. RGB value is (234,107,249). Sum of RGB (Red+Green+Blue) = 234+107+249=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 107 (42.19% from 255 or 18.14% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA6BF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6BF9 is #159406. Grayscale: #A0A0A0. Windows color (decimal): -1414151 or 16346090. OLE color: 16346090.

HSL color Cylindrical-coordinate representation of color #EA6BF9: hue angle of 293.66º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA6BF9 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234107249-
CMYK0.060.5700.02
HSL293.66º92.21%69.8%-
HSV(B)293.66º57.03%97.65%-
XYZ56.2934.8593.38-
YUV161.16177.58179.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 107 (42.19% from 255) = 18.14%
BLUE value IS 249 (97.66% from 255) = 42.20%
R=39.66%
G=18.14%
B=42.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341072490.060.5700.02293.6692.2169.8
HexEA6BF9639021265c46
Octal35215337167102446134106
Binary1110101011010111111100111011100101010010011010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6BF9; }

 p { color: rgb(234,107,249); }

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

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

 a { background-color: rgb(234,107,249); }

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

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

 span { border-color: rgb(234,107,249); }

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