Html Css Color HEX #E62AFE Psychedelic Purple

📋 copy color: '#E62AFE'

red 230 ◦ green 42 ◦ blue 254

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

Shades of Psychedelic Purple #E62AFE

Tints of Psychedelic Purple #E62AFE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 7.98%

 BLUE value IS 254 (99.61% from 255) = 48.29%

R = 43.73%
G = 7.98%
B = 48.29%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E62AFE (or 0xE62AFE) is known color: Psychedelic Purple. HEX triplet: E6, 2A and FE. RGB value is (230,42,254). Sum of RGB (Red+Green+Blue) = 230+42+254=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 42 (16.80% from 255 or 7.98% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #E62AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62AFE is #19D501. Grayscale: #797979. Windows color (decimal): -1692930 or 16657126. OLE color: 16657126.

HSL color Cylindrical-coordinate representation of color #E62AFE: hue angle of 293.21º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E62AFE is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 230 42 254 -
CMYK 0.09 0.83 0 0.00
HSL 293.21º 0.99% 0.58% -
HSV(B) 293.21º 0.83% 1% -
XYZ 51.35 25.63 96.01 -
YUV 122.38 202.28 204.76 -
System Red Green Blue C M Y K H S L
Decimal 230 42 254 0.09 0.83 0 0.00 293.21 0.99 0.58
Hex E6 2A FE 9 53 0 0 125 63 3A
Octal 346 52 376 11 123 0 0 445 143 72
Binary 11100110 101010 11111110 1001 1010011 0 0 100100101 1100011 111010

Color Harmonies of #E62AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62AFE

Black with #E62AFE

Text Example


Text Example

White with #E62AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62AFE; }

 p { color: rgb(230,42,254); }

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

background-color css

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

 a { background-color: rgb(230,42,254); }

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

border-color css

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

 span { border-color: rgb(230,42,254); }

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