Html Css Color HEX #E621FF Psychedelic Purple

📋 copy color: '#E621FF'

red 230 ◦ green 33 ◦ blue 255

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

Shades of Psychedelic Purple #E621FF

Tints of Psychedelic Purple #E621FF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.37%

 BLUE value IS 255 (100% from 255) = 49.23%

R = 44.4%
G = 6.37%
B = 49.23%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E621FF (or 0xE621FF) is known color: Psychedelic Purple. HEX triplet: E6, 21 and FF. RGB value is (230,33,255). Sum of RGB (Red+Green+Blue) = 230+33+255=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 33 (13.28% from 255 or 6.37% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #E621FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E621FF is #19DE00. Grayscale: #747474. Windows color (decimal): -1695233 or 16720358. OLE color: 16720358.

HSL color Cylindrical-coordinate representation of color #E621FF: hue angle of 293.24º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E621FF is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 230 33 255 -
CMYK 0.10 0.87 0 0
HSL 293.24º 1% 0.56% -
HSV(B) 293.24º 0.87% 1% -
XYZ 51.23 25.13 96.76 -
YUV 117.21 205.77 208.45 -
System Red Green Blue C M Y K H S L
Decimal 230 33 255 0.10 0.87 0 0 293.24 1 0.56
Hex E6 21 FF A 57 0 0 125 64 38
Octal 346 41 377 12 127 0 0 445 144 70
Binary 11100110 100001 11111111 1010 1010111 0 0 100100101 1100100 111000

Color Harmonies of #E621FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E621FF

Black with #E621FF

Text Example


Text Example

White with #E621FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E621FF; }

 p { color: rgb(230,33,255); }

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

background-color css

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

 a { background-color: rgb(230,33,255); }

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

border-color css

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

 span { border-color: rgb(230,33,255); }

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