Html Css Color HEX #E621ED Psychedelic Purple

📋 copy color: '#E621ED'

red 230 ◦ green 33 ◦ blue 237

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

Shades of Psychedelic Purple #E621ED

Tints of Psychedelic Purple #E621ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.4%

R = 46%
G = 6.6%
B = 47.4%

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

#E621ED (or 0xE621ED) is known color: Psychedelic Purple. HEX triplet: E6, 21 and ED. RGB value is (230,33,237). Sum of RGB (Red+Green+Blue) = 230+33+237=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 33 (13.28% from 255 or 6.6% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #E621ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E621ED is #19DE12. Grayscale: #727272. Windows color (decimal): -1695251 or 15540710. OLE color: 15540710.

HSL color Cylindrical-coordinate representation of color #E621ED: hue angle of 297.94º degrees, saturation: 0.85, 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 #E621ED is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 33 237 -
CMYK 0.03 0.86 0 0.07
HSL 297.94º 0.85% 0.53% -
HSV(B) 297.94º 0.86% 0.93% -
XYZ 48.46 24.03 82.2 -
YUV 115.16 196.77 209.91 -
System Red Green Blue C M Y K H S L
Decimal 230 33 237 0.03 0.86 0 0.07 297.94 0.85 0.53
Hex E6 21 ED 3 56 0 7 12A 55 35
Octal 346 41 355 3 126 0 7 452 125 65
Binary 11100110 100001 11101101 11 1010110 0 111 100101010 1010101 110101

Color Harmonies of #E621ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E621ED

Black with #E621ED

Text Example


Text Example

White with #E621ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E621ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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