Html Css Color HEX #E721EC Psychedelic Purple

📋 copy color: '#E721EC'

red 231 ◦ green 33 ◦ blue 236

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

Shades of Psychedelic Purple #E721EC

Tints of Psychedelic Purple #E721EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.2%

R = 46.2%
G = 6.6%
B = 47.2%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E721EC (or 0xE721EC) is known color: Psychedelic Purple. HEX triplet: E7, 21 and EC. RGB value is (231,33,236). Sum of RGB (Red+Green+Blue) = 231+33+236=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 33 (13.28% from 255 or 6.6% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #E721EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E721EC is #18DE13. Grayscale: #727272. Windows color (decimal): -1629716 or 15475175. OLE color: 15475175.

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

Color convert

RGB 231 33 236 -
CMYK 0.02 0.86 0 0.07
HSL 298.52º 0.84% 0.53% -
HSV(B) 298.52º 0.86% 0.93% -
XYZ 48.64 24.13 81.45 -
YUV 115.34 196.1 210.49 -
System Red Green Blue C M Y K H S L
Decimal 231 33 236 0.02 0.86 0 0.07 298.52 0.84 0.53
Hex E7 21 EC 2 56 0 7 12B 54 35
Octal 347 41 354 2 126 0 7 453 124 65
Binary 11100111 100001 11101100 10 1010110 0 111 100101011 1010100 110101

Color Harmonies of #E721EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E721EC

Black with #E721EC

Text Example


Text Example

White with #E721EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E721EC; }

 p { color: rgb(231,33,236); }

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

background-color css

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

 a { background-color: rgb(231,33,236); }

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

border-color css

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

 span { border-color: rgb(231,33,236); }

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