#EE76FD

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

Shades of Heliotrope #EE76FD

Tints of Heliotrope #EE76FD

Color information

#EE76FD (or 0xEE76FD) is unknown color: approx Heliotrope. HEX triplet: EE, 76 and FD. RGB value is (238,118,253). Sum of RGB (Red+Green+Blue) = 238+118+253=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 118 (46.48% from 255 or 19.38% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE76FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE76FD is #118902. Grayscale: #A8A8A8. Windows color (decimal): -1149187 or 16611054. OLE color: 16611054.

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

Color convert

RGB238118253-
CMYK0.060.5300.01
HSL293.33º97.12%72.75%-
HSV(B)293.33º53.36%99.22%-
XYZ59.4738.2397.17-
YUV169.27175.26177.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.08%
GREEN value IS 118 (46.48% from 255) = 19.38%
BLUE value IS 253 (99.22% from 255) = 41.54%
R=39.08%
G=19.38%
B=41.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381182530.060.5300.01293.3397.1272.75
HexEE76FD635011256149
Octal35616637566501445141111
Binary111011101110110111111011101101010110010010111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE76FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE76FD; }

 p { color: rgb(238,118,253); }

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

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

 a { background-color: rgb(238,118,253); }

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

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

 span { border-color: rgb(238,118,253); }

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