#E62FFA

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

Shades of Psychedelic Purple #E62FFA

Tints of Psychedelic Purple #E62FFA

Color information

#E62FFA (or 0xE62FFA) is unknown color: approx Psychedelic Purple. HEX triplet: E6, 2F and FA. RGB value is (230,47,250). Sum of RGB (Red+Green+Blue) = 230+47+250=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 47 (18.75% from 255 or 8.92% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #E62FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62FFA is #19D005. Grayscale: #7C7C7C. Windows color (decimal): -1691654 or 16396262. OLE color: 16396262.

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

Color convert

RGB23047250-
CMYK0.080.8100.02
HSL294.09º95.31%58.24%-
HSV(B)294.09º81.2%98.04%-
XYZ50.925.7692.73-
YUV124.86198.63202.99-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.64%
GREEN value IS 47 (18.75% from 255) = 8.92%
BLUE value IS 250 (98.05% from 255) = 47.44%
R=43.64%
G=8.92%
B=47.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal230472500.080.8100.02294.0995.3158.24
HexE62FFA851021265f3a
Octal34657372101210244613772
Binary1110011010111111111010100010100010101001001101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62FFA; }

 p { color: rgb(230,47,250); }

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

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

 a { background-color: rgb(230,47,250); }

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

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

 span { border-color: rgb(230,47,250); }

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