#ee72fe

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

Shades of Heliotrope #EE72FE

Tints of Heliotrope #EE72FE

Color information

#EE72FE (or 0xEE72FE) is unknown color: approx Heliotrope. HEX triplet: EE, 72 and FE. RGB value is (238,114,254). Sum of RGB (Red+Green+Blue) = 238+114+254=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 114 (44.92% from 255 or 18.81% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE72FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE72FE is #118D01. Grayscale: #A6A6A6. Windows color (decimal): -1150210 or 16675566. OLE color: 16675566.

HSL color Cylindrical-coordinate representation of color #EE72FE: hue angle of 293.14º 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 #EE72FE is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB238114254-
CMYK0.060.5500.00
HSL293.14º98.59%72.16%-
HSV(B)293.14º55.12%99.61%-
XYZ59.1737.3797.86-
YUV167.04177.08178.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.27%
GREEN value IS 114 (44.92% from 255) = 18.81%
BLUE value IS 254 (99.61% from 255) = 41.91%
R=39.27%
G=18.81%
B=41.91%

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
Decimal2381142540.060.5500.00293.1498.5972.16
HexEE72FE637001256348
Octal35616237666700445143110
Binary111011101110010111111101101101110010010010111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee72fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee72fe; }

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

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

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

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

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

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

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

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