Html Css Color HEX #E702FA Psychedelic Purple

📋 copy color: '#E702FA'

red 231 ◦ green 2 ◦ blue 250

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

Shades of Psychedelic Purple #E702FA

Tints of Psychedelic Purple #E702FA

RGB

 RED value IS 231 (90.63% from 255) = 47.83%

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

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

R = 47.83%
G = 0.41%
B = 51.76%

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

#E702FA (or 0xE702FA) is known color: Psychedelic Purple. HEX triplet: E7, 02 and FA. RGB value is (231,2,250). Sum of RGB (Red+Green+Blue) = 231+2+250=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 2 (1.17% from 255 or 0.41% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #E702FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E702FA is #18FD05. Grayscale: #616161. Windows color (decimal): -1637638 or 16384743. OLE color: 16384743.

HSL color Cylindrical-coordinate representation of color #E702FA: hue angle of 295.4º 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 #E702FA is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 2 250 -
CMYK 0.08 0.99 0 0.02
HSL 295.4º 0.98% 0.49% -
HSV(B) 295.4º 0.99% 0.98% -
XYZ 50.23 23.93 92.41 -
YUV 98.74 213.37 222.33 -
System Red Green Blue C M Y K H S L
Decimal 231 2 250 0.08 0.99 0 0.02 295.4 0.98 0.49
Hex E7 2 FA 8 63 0 2 127 62 31
Octal 347 2 372 10 143 0 2 447 142 61
Binary 11100111 10 11111010 1000 1100011 0 10 100100111 1100010 110001

Color Harmonies of #E702FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E702FA

Black with #E702FA

Text Example


Text Example

White with #E702FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E702FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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