#EA7EFD

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

Shades of Heliotrope #EA7EFD

Tints of Heliotrope #EA7EFD

Color information

#EA7EFD (or 0xEA7EFD) is unknown color: approx Heliotrope. HEX triplet: EA, 7E and FD. RGB value is (234,126,253). Sum of RGB (Red+Green+Blue) = 234+126+253=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 126 (49.61% from 255 or 20.55% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA7EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7EFD is #158102. Grayscale: #ACACAC. Windows color (decimal): -1409283 or 16613098. OLE color: 16613098.

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

Color convert

RGB234126253-
CMYK0.080.5000.01
HSL291.02º96.95%74.31%-
HSV(B)291.02º50.2%99.22%-
XYZ59.1239.5197.44-
YUV172.77173.28171.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 126 (49.61% from 255) = 20.55%
BLUE value IS 253 (99.22% from 255) = 41.27%
R=38.17%
G=20.55%
B=41.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341262530.080.5000.01291.0296.9574.31
HexEA7EFD83201123614a
Octal352176375106201443141112
Binary1110101011111101111110110001100100110010001111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7EFD; }

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

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

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

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

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

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

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

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