#E96BF5

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

Shades of Heliotrope #E96BF5

Tints of Heliotrope #E96BF5

Color information

#E96BF5 (or 0xE96BF5) is unknown color: approx Heliotrope. HEX triplet: E9, 6B and F5. RGB value is (233,107,245). Sum of RGB (Red+Green+Blue) = 233+107+245=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 107 (42.19% from 255 or 18.29% from 585); Blue value is 245 (96.09% from 255 or 41.88% from 585); Max value from RGB is 245 - color contains mainly: blue. Hex color #E96BF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96BF5 is #16940A. Grayscale: #9F9F9F. Windows color (decimal): -1479691 or 16083945. OLE color: 16083945.

HSL color Cylindrical-coordinate representation of color #E96BF5: hue angle of 294.78º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E96BF5 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB233107245-
CMYK0.050.5600.04
HSL294.78º87.34%69.02%-
HSV(B)294.78º56.33%96.08%-
XYZ55.3434.4390.12-
YUV160.41175.74179.78-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.83%
GREEN value IS 107 (42.19% from 255) = 18.29%
BLUE value IS 245 (96.09% from 255) = 41.88%
R=39.83%
G=18.29%
B=41.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2331072450.050.5600.04294.7887.3469.02
HexE96BF5538041275745
Octal35115336557004447127105
Binary11101001110101111110101101111000010010010011110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96BF5; }

 p { color: rgb(233,107,245); }

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

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

 a { background-color: rgb(233,107,245); }

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

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

 span { border-color: rgb(233,107,245); }

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