Html Css Color HEX #E016EA Psychedelic Purple

📋 copy color: '#E016EA'

red 224 ◦ green 22 ◦ blue 234

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

Shades of Psychedelic Purple #E016EA

Tints of Psychedelic Purple #E016EA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.58%

 BLUE value IS 234 (91.8% from 255) = 48.75%

R = 46.67%
G = 4.58%
B = 48.75%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E016EA (or 0xE016EA) is known color: Psychedelic Purple. HEX triplet: E0, 16 and EA. RGB value is (224,22,234). Sum of RGB (Red+Green+Blue) = 224+22+234=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 22 (8.98% from 255 or 4.58% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #E016EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E016EA is #1FE915. Grayscale: #696969. Windows color (decimal): -2091286 or 15341280. OLE color: 15341280.

HSL color Cylindrical-coordinate representation of color #E016EA: hue angle of 297.17º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E016EA is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 22 234 -
CMYK 0.04 0.91 0 0.08
HSL 297.17º 0.83% 0.5% -
HSV(B) 297.17º 0.91% 0.92% -
XYZ 45.88 22.36 79.74 -
YUV 106.57 199.92 211.76 -
System Red Green Blue C M Y K H S L
Decimal 224 22 234 0.04 0.91 0 0.08 297.17 0.83 0.5
Hex E0 16 EA 4 5B 0 8 129 53 32
Octal 340 26 352 4 133 0 10 451 123 62
Binary 11100000 10110 11101010 100 1011011 0 1000 100101001 1010011 110010

Color Harmonies of #E016EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E016EA

Black with #E016EA

Text Example


Text Example

White with #E016EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E016EA; }

 p { color: rgb(224,22,234); }

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

background-color css

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

 a { background-color: rgb(224,22,234); }

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

border-color css

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

 span { border-color: rgb(224,22,234); }

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