#E075F3

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

Shades of Heliotrope #E075F3

Tints of Heliotrope #E075F3

Color information

#E075F3 (or 0xE075F3) is unknown color: approx Heliotrope. HEX triplet: E0, 75 and F3. RGB value is (224,117,243). Sum of RGB (Red+Green+Blue) = 224+117+243=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 117 (46.09% from 255 or 20.03% from 584); Blue value is 243 (95.31% from 255 or 41.61% from 584); Max value from RGB is 243 - color contains mainly: blue. Hex color #E075F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E075F3 is #1F8A0C. Grayscale: #A2A2A2. Windows color (decimal): -2066957 or 15955424. OLE color: 15955424.

HSL color Cylindrical-coordinate representation of color #E075F3: hue angle of 290.95º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E075F3 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224117243-
CMYK0.080.5200.05
HSL290.95º84%70.59%-
HSV(B)290.95º51.85%95.29%-
XYZ53.2835.0488.75-
YUV163.36172.95171.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.36%
GREEN value IS 117 (46.09% from 255) = 20.03%
BLUE value IS 243 (95.31% from 255) = 41.61%
R=38.36%
G=20.03%
B=41.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241172430.080.5200.05290.958470.59
HexE075F3834051235447
Octal340165363106405443124107
Binary111000001110101111100111000110100010110010001110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E075F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E075F3; }

 p { color: rgb(224,117,243); }

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

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

 a { background-color: rgb(224,117,243); }

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

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

 span { border-color: rgb(224,117,243); }

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