#EC75FB

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

Shades of Heliotrope #EC75FB

Tints of Heliotrope #EC75FB

Color information

#EC75FB (or 0xEC75FB) is unknown color: approx Heliotrope. HEX triplet: EC, 75 and FB. RGB value is (236,117,251). Sum of RGB (Red+Green+Blue) = 236+117+251=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 117 (46.09% from 255 or 19.37% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC75FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC75FB is #138A04. Grayscale: #A7A7A7. Windows color (decimal): -1280517 or 16479724. OLE color: 16479724.

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

Color convert

RGB236117251-
CMYK0.060.5300.02
HSL293.28º94.37%72.16%-
HSV(B)293.28º53.39%98.43%-
XYZ58.3737.5295.43-
YUV167.86174.92176.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 117 (46.09% from 255) = 19.37%
BLUE value IS 251 (98.44% from 255) = 41.56%
R=39.07%
G=19.37%
B=41.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361172510.060.5300.02293.2894.3772.16
HexEC75FB635021255e48
Octal35416537366502445136110
Binary1110110011101011111101111011010101010010010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC75FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC75FB; }

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

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

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

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

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

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

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

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