#EA6BFD

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

Shades of Heliotrope #EA6BFD

Tints of Heliotrope #EA6BFD

Color information

#EA6BFD (or 0xEA6BFD) is unknown color: approx Heliotrope. HEX triplet: EA, 6B and FD. RGB value is (234,107,253). Sum of RGB (Red+Green+Blue) = 234+107+253=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 107 (42.19% from 255 or 18.01% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA6BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6BFD is #159402. Grayscale: #A1A1A1. Windows color (decimal): -1414147 or 16608234. OLE color: 16608234.

HSL color Cylindrical-coordinate representation of color #EA6BFD: hue angle of 292.19º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA6BFD is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234107253-
CMYK0.080.5800.01
HSL292.19º97.33%70.59%-
HSV(B)292.19º57.71%99.22%-
XYZ56.9235.196.7-
YUV161.62179.58179.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.39%
GREEN value IS 107 (42.19% from 255) = 18.01%
BLUE value IS 253 (99.22% from 255) = 42.59%
R=39.39%
G=18.01%
B=42.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341072530.080.5800.01292.1997.3370.59
HexEA6BFD83A011246147
Octal352153375107201444141107
Binary1110101011010111111110110001110100110010010011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6BFD; }

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

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

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

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

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

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

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

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