Html Css Color HEX #E602FA Psychedelic Purple

📋 copy color: '#E602FA'

red 230 ◦ green 2 ◦ blue 250

#E602FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #E602FA

Tints of Psychedelic Purple #E602FA

RGB

 RED value IS 230 (90.23% from 255) = 47.72%

 GREEN value IS 2 (1.17% from 255) = 0.41%

 BLUE value IS 250 (98.05% from 255) = 51.87%

R = 47.72%
G = 0.41%
B = 51.87%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E602FA (or 0xE602FA) is known color: Psychedelic Purple. HEX triplet: E6, 02 and FA. RGB value is (230,2,250). Sum of RGB (Red+Green+Blue) = 230+2+250=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 2 (1.17% from 255 or 0.41% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #E602FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E602FA is #19FD05. Grayscale: #616161. Windows color (decimal): -1703174 or 16384742. OLE color: 16384742.

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

Color convert

RGB 230 2 250 -
CMYK 0.08 0.99 0 0.02
HSL 295.16º 0.98% 0.49% -
HSV(B) 295.16º 0.99% 0.98% -
XYZ 49.91 23.77 92.4 -
YUV 98.44 213.54 221.83 -
System Red Green Blue C M Y K H S L
Decimal 230 2 250 0.08 0.99 0 0.02 295.16 0.98 0.49
Hex E6 2 FA 8 63 0 2 127 62 31
Octal 346 2 372 10 143 0 2 447 142 61
Binary 11100110 10 11111010 1000 1100011 0 10 100100111 1100010 110001

Color Harmonies of #E602FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E602FA

Black with #E602FA

Text Example


Text Example

White with #E602FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E602FA; }

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

 H1.HeaderClassName
 {
   color: #E602FA;
 }
 .AnyTagClassName
 {
   color: #E602FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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