#E02FF3

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

Shades of Psychedelic Purple #E02FF3

Tints of Psychedelic Purple #E02FF3

Color information

#E02FF3 (or 0xE02FF3) is unknown color: approx Psychedelic Purple. HEX triplet: E0, 2F and F3. RGB value is (224,47,243). Sum of RGB (Red+Green+Blue) = 224+47+243=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 47 (18.75% from 255 or 9.14% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #E02FF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02FF3 is #1FD00C. Grayscale: #797979. Windows color (decimal): -2084877 or 15937504. OLE color: 15937504.

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

Color convert

RGB22447243-
CMYK0.080.8100.05
HSL294.18º89.09%56.86%-
HSV(B)294.18º80.66%95.29%-
XYZ47.9324.3586.97-
YUV122.27196.14200.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.58%
GREEN value IS 47 (18.75% from 255) = 9.14%
BLUE value IS 243 (95.31% from 255) = 47.28%
R=43.58%
G=9.14%
B=47.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal224472430.080.8100.05294.1889.0956.86
HexE02FF3851051265939
Octal34057363101210544613171
Binary11100000101111111100111000101000101011001001101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02FF3; }

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

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

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

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

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

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

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

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