#EB7DFF

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

Shades of Heliotrope #EB7DFF

Tints of Heliotrope #EB7DFF

Color information

#EB7DFF (or 0xEB7DFF) is unknown color: approx Heliotrope. HEX triplet: EB, 7D and FF. RGB value is (235,125,255). Sum of RGB (Red+Green+Blue) = 235+125+255=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 125 (49.22% from 255 or 20.33% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB7DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB7DFF is #148200. Grayscale: #ACACAC. Windows color (decimal): -1344001 or 16743915. OLE color: 16743915.

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

Color convert

RGB235125255-
CMYK0.080.5100
HSL290.77º100%74.51%-
HSV(B)290.77º50.98%100%-
XYZ59.6439.5599.1-
YUV172.71174.44172.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.21%
GREEN value IS 125 (49.22% from 255) = 20.33%
BLUE value IS 255 (100% from 255) = 41.46%
R=38.21%
G=20.33%
B=41.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351252550.080.5100290.7710074.51
HexEB7DFF83300123644b
Octal353175377106300443144113
Binary1110101111111011111111110001100110010010001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7DFF; }

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

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

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

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

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

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

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

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