#EB85FF

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

Shades of Heliotrope #EB85FF

Tints of Heliotrope #EB85FF

Color information

#EB85FF (or 0xEB85FF) is unknown color: approx Heliotrope. HEX triplet: EB, 85 and FF. RGB value is (235,133,255). Sum of RGB (Red+Green+Blue) = 235+133+255=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 133 (52.34% from 255 or 21.35% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB85FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB85FF is #147A00. Grayscale: #B1B1B1. Windows color (decimal): -1341953 or 16745963. OLE color: 16745963.

HSL color Cylindrical-coordinate representation of color #EB85FF: hue angle of 290.16º 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 #EB85FF is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB235133255-
CMYK0.080.4800
HSL290.16º100%76.08%-
HSV(B)290.16º47.84%100%-
XYZ60.741.6699.45-
YUV177.41171.79169.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 133 (52.34% from 255) = 21.35%
BLUE value IS 255 (100% from 255) = 40.93%
R=37.72%
G=21.35%
B=40.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351332550.080.4800290.1610076.08
HexEB85FF83000122644c
Octal353205377106000442144114
Binary11101011100001011111111110001100000010010001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB85FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB85FF; }

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

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

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

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

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

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

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

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