#E224F3

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

Shades of Psychedelic Purple #E224F3

Tints of Psychedelic Purple #E224F3

Color information

#E224F3 (or 0xE224F3) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 24 and F3. RGB value is (226,36,243). Sum of RGB (Red+Green+Blue) = 226+36+243=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 36 (14.45% from 255 or 7.13% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 243 - color contains mainly: blue. Hex color #E224F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E224F3 is #1DDB0C. Grayscale: #737373. Windows color (decimal): -1956621 or 15934690. OLE color: 15934690.

HSL color Cylindrical-coordinate representation of color #E224F3: hue angle of 295.07º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E224F3 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22636243-
CMYK0.070.8500.05
HSL295.07º89.61%54.71%-
HSV(B)295.07º85.19%95.29%-
XYZ48.1723.986.87-
YUV116.41199.45206.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.75%
GREEN value IS 36 (14.45% from 255) = 7.13%
BLUE value IS 243 (95.31% from 255) = 48.12%
R=44.75%
G=7.13%
B=48.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal226362430.070.8500.05295.0789.6154.71
HexE224F3755051275a37
Octal3424436371250544713267
Binary1110001010010011110011111101010101011001001111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E224F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E224F3; }

 p { color: rgb(226,36,243); }

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

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

 a { background-color: rgb(226,36,243); }

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

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

 span { border-color: rgb(226,36,243); }

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