#E182F8

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

Shades of Heliotrope #E182F8

Tints of Heliotrope #E182F8

Color information

#E182F8 (or 0xE182F8) is unknown color: approx Heliotrope. HEX triplet: E1, 82 and F8. RGB value is (225,130,248). Sum of RGB (Red+Green+Blue) = 225+130+248=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 130 (51.17% from 255 or 21.56% from 603); Blue value is 248 (97.27% from 255 or 41.13% from 603); Max value from RGB is 248 - color contains mainly: blue. Hex color #E182F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E182F8 is #1E7D07. Grayscale: #ABABAB. Windows color (decimal): -1998088 or 16286433. OLE color: 16286433.

HSL color Cylindrical-coordinate representation of color #E182F8: hue angle of 288.31º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E182F8 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB225130248-
CMYK0.090.4800.03
HSL288.31º89.39%74.12%-
HSV(B)288.31º47.58%97.25%-
XYZ55.9838.7593.34-
YUV171.86170.97165.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.31%
GREEN value IS 130 (51.17% from 255) = 21.56%
BLUE value IS 248 (97.27% from 255) = 41.13%
R=37.31%
G=21.56%
B=41.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2251302480.090.4800.03288.3189.3974.12
HexE182F893003120594a
Octal341202370116003440131112
Binary111000011000001011111000100111000001110010000010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E182F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E182F8; }

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

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

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

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

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

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

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

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