#E182FC

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

Shades of Heliotrope #E182FC

Tints of Heliotrope #E182FC

Color information

#E182FC (or 0xE182FC) is unknown color: approx Heliotrope. HEX triplet: E1, 82 and FC. RGB value is (225,130,252). Sum of RGB (Red+Green+Blue) = 225+130+252=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 130 (51.17% from 255 or 21.42% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #E182FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E182FC is #1E7D03. Grayscale: #ABABAB. Windows color (decimal): -1998084 or 16548577. OLE color: 16548577.

HSL color Cylindrical-coordinate representation of color #E182FC: hue angle of 286.72º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E182FC is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB225130252-
CMYK0.110.4800.01
HSL286.72º95.31%74.9%-
HSV(B)286.72º48.41%98.82%-
XYZ56.63996.64-
YUV172.31172.97165.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.07%
GREEN value IS 130 (51.17% from 255) = 21.42%
BLUE value IS 252 (98.83% from 255) = 41.52%
R=37.07%
G=21.42%
B=41.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2251302520.110.4800.01286.7295.3174.9
HexE182FCB300111f5f4b
Octal341202374136001437137113
Binary11100001100000101111110010111100000110001111110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E182FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E182FC; }

 p { color: rgb(225,130,252); }

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

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

 a { background-color: rgb(225,130,252); }

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

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

 span { border-color: rgb(225,130,252); }

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