Html Css Color HEX #E014E6 Psychedelic Purple

📋 copy color: '#E014E6'

red 224 ◦ green 20 ◦ blue 230

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

Shades of Psychedelic Purple #E014E6

Tints of Psychedelic Purple #E014E6

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.22%

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

R = 47.26%
G = 4.22%
B = 48.52%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E014E6 (or 0xE014E6) is known color: Psychedelic Purple. HEX triplet: E0, 14 and E6. RGB value is (224,20,230). Sum of RGB (Red+Green+Blue) = 224+20+230=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 20 (8.20% from 255 or 4.22% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #E014E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E014E6 is #1FEB19. Grayscale: #686868. Windows color (decimal): -2091802 or 15078624. OLE color: 15078624.

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

Color convert

RGB 224 20 230 -
CMYK 0.03 0.91 0 0.10
HSL 298.29º 0.84% 0.49% -
HSV(B) 298.29º 0.91% 0.9% -
XYZ 45.27 22.06 76.73 -
YUV 104.94 198.59 212.92 -
System Red Green Blue C M Y K H S L
Decimal 224 20 230 0.03 0.91 0 0.10 298.29 0.84 0.49
Hex E0 14 E6 3 5B 0 A 12A 54 31
Octal 340 24 346 3 133 0 12 452 124 61
Binary 11100000 10100 11100110 11 1011011 0 1010 100101010 1010100 110001

Color Harmonies of #E014E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E014E6

Black with #E014E6

Text Example


Text Example

White with #E014E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E014E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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