#E967F1

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

Shades of Heliotrope #E967F1

Tints of Heliotrope #E967F1

Color information

#E967F1 (or 0xE967F1) is unknown color: approx Heliotrope. HEX triplet: E9, 67 and F1. RGB value is (233,103,241). Sum of RGB (Red+Green+Blue) = 233+103+241=577 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.38% from 577); Green value is 103 (40.62% from 255 or 17.85% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #E967F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E967F1 is #16980E. Grayscale: #9D9D9D. Windows color (decimal): -1480719 or 15820777. OLE color: 15820777.

HSL color Cylindrical-coordinate representation of color #E967F1: hue angle of 296.52º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E967F1 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB233103241-
CMYK0.030.5700.05
HSL296.52º83.13%67.45%-
HSV(B)296.52º57.26%94.51%-
XYZ54.3333.3886.8-
YUV157.6175.07181.78-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.38%
GREEN value IS 103 (40.62% from 255) = 17.85%
BLUE value IS 241 (94.53% from 255) = 41.77%
R=40.38%
G=17.85%
B=41.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331032410.030.5700.05296.5283.1367.45
HexE967F1339051295343
Octal35114736137105451123103
Binary1110100111001111111000111111001010110010100110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E967F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E967F1; }

 p { color: rgb(233,103,241); }

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

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

 a { background-color: rgb(233,103,241); }

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

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

 span { border-color: rgb(233,103,241); }

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