#EE74FD

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

Shades of Heliotrope #EE74FD

Tints of Heliotrope #EE74FD

Color information

#EE74FD (or 0xEE74FD) is unknown color: approx Heliotrope. HEX triplet: EE, 74 and FD. RGB value is (238,116,253). Sum of RGB (Red+Green+Blue) = 238+116+253=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 116 (45.70% from 255 or 19.11% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE74FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE74FD is #118B02. Grayscale: #A7A7A7. Windows color (decimal): -1149699 or 16610542. OLE color: 16610542.

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

Color convert

RGB238116253-
CMYK0.060.5400.01
HSL293.43º97.16%72.35%-
HSV(B)293.43º54.15%99.22%-
XYZ59.2337.7697.09-
YUV168.1175.92177.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.21%
GREEN value IS 116 (45.70% from 255) = 19.11%
BLUE value IS 253 (99.22% from 255) = 41.68%
R=39.21%
G=19.11%
B=41.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381162530.060.5400.01293.4397.1672.35
HexEE74FD636011256148
Octal35616437566601445141110
Binary111011101110100111111011101101100110010010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE74FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE74FD; }

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

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

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

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

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

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

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

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