#EE7DFF

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

Shades of Heliotrope #EE7DFF

Tints of Heliotrope #EE7DFF

Color information

#EE7DFF (or 0xEE7DFF) is unknown color: approx Heliotrope. HEX triplet: EE, 7D and FF. RGB value is (238,125,255). Sum of RGB (Red+Green+Blue) = 238+125+255=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 125 (49.22% from 255 or 20.23% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE7DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7DFF is #118200. Grayscale: #ADADAD. Windows color (decimal): -1147393 or 16743918. OLE color: 16743918.

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

Color convert

RGB238125255-
CMYK0.070.5100
HSL292.15º100%74.51%-
HSV(B)292.15º50.98%100%-
XYZ60.6440.0699.14-
YUV173.61173.94173.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.51%
GREEN value IS 125 (49.22% from 255) = 20.23%
BLUE value IS 255 (100% from 255) = 41.26%
R=38.51%
G=20.23%
B=41.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2381252550.070.5100292.1510074.51
HexEE7DFF73300124644b
Octal35617537776300444144113
Binary111011101111101111111111111100110010010010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7DFF; }

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

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

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

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

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

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

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

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