#E825F2

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

Shades of Psychedelic Purple #E825F2

Tints of Psychedelic Purple #E825F2

Color information

#E825F2 (or 0xE825F2) is unknown color: approx Psychedelic Purple. HEX triplet: E8, 25 and F2. RGB value is (232,37,242). Sum of RGB (Red+Green+Blue) = 232+37+242=511 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.40% from 511); Green value is 37 (14.84% from 255 or 7.24% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #E825F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E825F2 is #17DA0D. Grayscale: #767676. Windows color (decimal): -1563150 or 15869416. OLE color: 15869416.

HSL color Cylindrical-coordinate representation of color #E825F2: hue angle of 297.07º degrees, saturation: 0.89, 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 #E825F2 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23237242-
CMYK0.040.8500.05
HSL297.07º88.74%54.71%-
HSV(B)297.07º84.71%94.9%-
XYZ49.9724.8986.18-
YUV118.67197.6208.83-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.40%
GREEN value IS 37 (14.84% from 255) = 7.24%
BLUE value IS 242 (94.92% from 255) = 47.36%
R=45.40%
G=7.24%
B=47.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal232372420.040.8500.05297.0788.7454.71
HexE825F2455051295937
Octal3504536241250545113167
Binary1110100010010111110010100101010101011001010011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E825F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E825F2; }

 p { color: rgb(232,37,242); }

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

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

 a { background-color: rgb(232,37,242); }

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

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

 span { border-color: rgb(232,37,242); }

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