#EC74FB

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

Shades of Heliotrope #EC74FB

Tints of Heliotrope #EC74FB

Color information

#EC74FB (or 0xEC74FB) is unknown color: approx Heliotrope. HEX triplet: EC, 74 and FB. RGB value is (236,116,251). Sum of RGB (Red+Green+Blue) = 236+116+251=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 116 (45.70% from 255 or 19.24% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC74FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC74FB is #138B04. Grayscale: #A6A6A6. Windows color (decimal): -1280773 or 16479468. OLE color: 16479468.

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

Color convert

RGB236116251-
CMYK0.060.5400.02
HSL293.33º94.41%71.96%-
HSV(B)293.33º53.78%98.43%-
XYZ58.2537.2995.39-
YUV167.27175.26177.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.14%
GREEN value IS 116 (45.70% from 255) = 19.24%
BLUE value IS 251 (98.44% from 255) = 41.63%
R=39.14%
G=19.24%
B=41.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361162510.060.5400.02293.3394.4171.96
HexEC74FB636021255e48
Octal35416437366602445136110
Binary1110110011101001111101111011011001010010010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC74FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC74FB; }

 p { color: rgb(236,116,251); }

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

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

 a { background-color: rgb(236,116,251); }

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

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

 span { border-color: rgb(236,116,251); }

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