#EA7CFD

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

Shades of Heliotrope #EA7CFD

Tints of Heliotrope #EA7CFD

Color information

#EA7CFD (or 0xEA7CFD) is unknown color: approx Heliotrope. HEX triplet: EA, 7C and FD. RGB value is (234,124,253). Sum of RGB (Red+Green+Blue) = 234+124+253=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 124 (48.83% from 255 or 20.29% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA7CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7CFD is #158302. Grayscale: #ABABAB. Windows color (decimal): -1409795 or 16612586. OLE color: 16612586.

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

Color convert

RGB234124253-
CMYK0.080.5100.01
HSL291.16º96.99%73.92%-
HSV(B)291.16º50.99%99.22%-
XYZ58.873997.35-
YUV171.6173.94172.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 124 (48.83% from 255) = 20.29%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=38.30%
G=20.29%
B=41.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341242530.080.5100.01291.1696.9973.92
HexEA7CFD83301123614a
Octal352174375106301443141112
Binary1110101011111001111110110001100110110010001111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7CFD; }

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

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

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

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

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

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

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

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