Html Css Color HEX #E023E6 Psychedelic Purple

📋 copy color: '#E023E6'

red 224 ◦ green 35 ◦ blue 230

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

Shades of Psychedelic Purple #E023E6

Tints of Psychedelic Purple #E023E6

RGB

 RED value IS 224 (87.89% from 255) = 45.81%

 GREEN value IS 35 (14.06% from 255) = 7.16%

 BLUE value IS 230 (90.23% from 255) = 47.03%

R = 45.81%
G = 7.16%
B = 47.03%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E023E6 (or 0xE023E6) is known color: Psychedelic Purple. HEX triplet: E0, 23 and E6. RGB value is (224,35,230). Sum of RGB (Red+Green+Blue) = 224+35+230=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 35 (14.06% from 255 or 7.16% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 230 - color contains mainly: blue. Hex color #E023E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E023E6 is #1FDC19. Grayscale: #717171. Windows color (decimal): -2087962 or 15082464. OLE color: 15082464.

HSL color Cylindrical-coordinate representation of color #E023E6: hue angle of 298.15º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E023E6 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 35 230 -
CMYK 0.03 0.85 0 0.10
HSL 298.15º 0.8% 0.52% -
HSV(B) 298.15º 0.85% 0.9% -
XYZ 45.62 22.76 76.85 -
YUV 113.74 193.62 206.64 -
System Red Green Blue C M Y K H S L
Decimal 224 35 230 0.03 0.85 0 0.10 298.15 0.8 0.52
Hex E0 23 E6 3 55 0 A 12A 50 34
Octal 340 43 346 3 125 0 12 452 120 64
Binary 11100000 100011 11100110 11 1010101 0 1010 100101010 1010000 110100

Color Harmonies of #E023E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E023E6

Black with #E023E6

Text Example


Text Example

White with #E023E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E023E6; }

 p { color: rgb(224,35,230); }

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

background-color css

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

 a { background-color: rgb(224,35,230); }

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

border-color css

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

 span { border-color: rgb(224,35,230); }

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