#EA85FF

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

Shades of Heliotrope #EA85FF

Tints of Heliotrope #EA85FF

Color information

#EA85FF (or 0xEA85FF) is unknown color: approx Heliotrope. HEX triplet: EA, 85 and FF. RGB value is (234,133,255). Sum of RGB (Red+Green+Blue) = 234+133+255=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 133 (52.34% from 255 or 21.38% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA85FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA85FF is #157A00. Grayscale: #B0B0B0. Windows color (decimal): -1407489 or 16745962. OLE color: 16745962.

HSL color Cylindrical-coordinate representation of color #EA85FF: hue angle of 289.67º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA85FF is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB234133255-
CMYK0.080.4800
HSL289.67º100%76.08%-
HSV(B)289.67º47.84%100%-
XYZ60.3741.4999.43-
YUV177.11171.96168.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.62%
GREEN value IS 133 (52.34% from 255) = 21.38%
BLUE value IS 255 (100% from 255) = 41.00%
R=37.62%
G=21.38%
B=41.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341332550.080.4800289.6710076.08
HexEA85FF83000122644c
Octal352205377106000442144114
Binary11101010100001011111111110001100000010010001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA85FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA85FF; }

 p { color: rgb(234,133,255); }

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

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

 a { background-color: rgb(234,133,255); }

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

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

 span { border-color: rgb(234,133,255); }

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