#E382F8

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

Shades of Heliotrope #E382F8

Tints of Heliotrope #E382F8

Color information

#E382F8 (or 0xE382F8) is unknown color: approx Heliotrope. HEX triplet: E3, 82 and F8. RGB value is (227,130,248). Sum of RGB (Red+Green+Blue) = 227+130+248=605 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.52% from 605); Green value is 130 (51.17% from 255 or 21.49% from 605); Blue value is 248 (97.27% from 255 or 40.99% from 605); Max value from RGB is 248 - color contains mainly: blue. Hex color #E382F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E382F8 is #1C7D07. Grayscale: #ACACAC. Windows color (decimal): -1867016 or 16286435. OLE color: 16286435.

HSL color Cylindrical-coordinate representation of color #E382F8: hue angle of 289.32º 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 #E382F8 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB227130248-
CMYK0.080.4800.03
HSL289.32º89.39%74.12%-
HSV(B)289.32º47.58%97.25%-
XYZ56.639.0793.37-
YUV172.46170.64166.91-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.52%
GREEN value IS 130 (51.17% from 255) = 21.49%
BLUE value IS 248 (97.27% from 255) = 40.99%
R=37.52%
G=21.49%
B=40.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2271302480.080.4800.03289.3289.3974.12
HexE382F883003121594a
Octal343202370106003441131112
Binary111000111000001011111000100011000001110010000110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E382F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E382F8; }

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

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

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

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

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

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

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

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