Html Css Color HEX #E514EA Psychedelic Purple

📋 copy color: '#E514EA'

red 229 ◦ green 20 ◦ blue 234

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

Shades of Psychedelic Purple #E514EA

Tints of Psychedelic Purple #E514EA

RGB

 RED value IS 229 (89.84% from 255) = 47.41%

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

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

R = 47.41%
G = 4.14%
B = 48.45%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E514EA (or 0xE514EA) is known color: Psychedelic Purple. HEX triplet: E5, 14 and EA. RGB value is (229,20,234). Sum of RGB (Red+Green+Blue) = 229+20+234=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 20 (8.20% from 255 or 4.14% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #E514EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E514EA is #1AEB15. Grayscale: #6A6A6A. Windows color (decimal): -1764118 or 15340773. OLE color: 15340773.

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

Color convert

RGB 229 20 234 -
CMYK 0.02 0.91 0 0.08
HSL 298.6º 0.84% 0.5% -
HSV(B) 298.6º 0.91% 0.92% -
XYZ 47.41 23.1 79.8 -
YUV 106.89 199.74 215.1 -
System Red Green Blue C M Y K H S L
Decimal 229 20 234 0.02 0.91 0 0.08 298.6 0.84 0.5
Hex E5 14 EA 2 5B 0 8 12B 54 32
Octal 345 24 352 2 133 0 10 453 124 62
Binary 11100101 10100 11101010 10 1011011 0 1000 100101011 1010100 110010

Color Harmonies of #E514EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E514EA

Black with #E514EA

Text Example


Text Example

White with #E514EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E514EA; }

 p { color: rgb(229,20,234); }

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

background-color css

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

 a { background-color: rgb(229,20,234); }

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

border-color css

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

 span { border-color: rgb(229,20,234); }

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