Html Css Color HEX #E621EE Psychedelic Purple

📋 copy color: '#E621EE'

red 230 ◦ green 33 ◦ blue 238

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

Shades of Psychedelic Purple #E621EE

Tints of Psychedelic Purple #E621EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.5%

R = 45.91%
G = 6.59%
B = 47.5%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E621EE (or 0xE621EE) is known color: Psychedelic Purple. HEX triplet: E6, 21 and EE. RGB value is (230,33,238). Sum of RGB (Red+Green+Blue) = 230+33+238=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 33 (13.28% from 255 or 6.59% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #E621EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E621EE is #19DE11. Grayscale: #727272. Windows color (decimal): -1695250 or 15606246. OLE color: 15606246.

HSL color Cylindrical-coordinate representation of color #E621EE: hue angle of 297.66º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E621EE is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 33 238 -
CMYK 0.03 0.86 0 0.07
HSL 297.66º 0.86% 0.53% -
HSV(B) 297.66º 0.86% 0.93% -
XYZ 48.61 24.08 82.98 -
YUV 115.27 197.27 209.83 -
System Red Green Blue C M Y K H S L
Decimal 230 33 238 0.03 0.86 0 0.07 297.66 0.86 0.53
Hex E6 21 EE 3 56 0 7 12A 56 35
Octal 346 41 356 3 126 0 7 452 126 65
Binary 11100110 100001 11101110 11 1010110 0 111 100101010 1010110 110101

Color Harmonies of #E621EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E621EE

Black with #E621EE

Text Example


Text Example

White with #E621EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E621EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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