#EE73FE

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

Shades of Heliotrope #EE73FE

Tints of Heliotrope #EE73FE

Color information

#EE73FE (or 0xEE73FE) is unknown color: approx Heliotrope. HEX triplet: EE, 73 and FE. RGB value is (238,115,254). Sum of RGB (Red+Green+Blue) = 238+115+254=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 115 (45.31% from 255 or 18.95% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE73FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE73FE is #118C01. Grayscale: #A7A7A7. Windows color (decimal): -1149954 or 16675822. OLE color: 16675822.

HSL color Cylindrical-coordinate representation of color #EE73FE: hue angle of 293.09º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE73FE is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB238115254-
CMYK0.060.5500.00
HSL293.09º98.58%72.35%-
HSV(B)293.09º54.72%99.61%-
XYZ59.2837.5997.9-
YUV167.62176.75178.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.21%
GREEN value IS 115 (45.31% from 255) = 18.95%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=39.21%
G=18.95%
B=41.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2381152540.060.5500.00293.0998.5872.35
HexEE73FE637001256348
Octal35616337666700445143110
Binary111011101110011111111101101101110010010010111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE73FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE73FE; }

 p { color: rgb(238,115,254); }

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

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

 a { background-color: rgb(238,115,254); }

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

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

 span { border-color: rgb(238,115,254); }

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