#EE7CFE

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

Shades of Heliotrope #EE7CFE

Tints of Heliotrope #EE7CFE

Color information

#EE7CFE (or 0xEE7CFE) is unknown color: approx Heliotrope. HEX triplet: EE, 7C and FE. RGB value is (238,124,254). Sum of RGB (Red+Green+Blue) = 238+124+254=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 124 (48.83% from 255 or 20.13% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE7CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7CFE is #118301. Grayscale: #ACACAC. Windows color (decimal): -1147650 or 16678126. OLE color: 16678126.

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

Color convert

RGB238124254-
CMYK0.060.5100.00
HSL292.62º98.48%74.12%-
HSV(B)292.62º51.18%99.61%-
XYZ60.3639.7598.26-
YUV172.91173.77174.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.64%
GREEN value IS 124 (48.83% from 255) = 20.13%
BLUE value IS 254 (99.61% from 255) = 41.23%
R=38.64%
G=20.13%
B=41.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2381242540.060.5100.00292.6298.4874.12
HexEE7CFE63300125624a
Octal35617437666300445142112
Binary111011101111100111111101101100110010010010111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7CFE; }

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

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

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

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

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

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

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

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