Html Css Color HEX #E514E2 Psychedelic Purple

📋 copy color: '#E514E2'

red 229 ◦ green 20 ◦ blue 226

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

Shades of Psychedelic Purple #E514E2

Tints of Psychedelic Purple #E514E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 47.58%

R = 48.21%
G = 4.21%
B = 47.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E514E2 (or 0xE514E2) is known color: Psychedelic Purple. HEX triplet: E5, 14 and E2. RGB value is (229,20,226). Sum of RGB (Red+Green+Blue) = 229+20+226=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 20 (8.20% from 255 or 4.21% from 475); Blue value is 226 (88.67% from 255 or 47.58% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E514E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E514E2 is #1AEB1D. Grayscale: #696969. Windows color (decimal): -1764126 or 14816485. OLE color: 14816485.

HSL color Cylindrical-coordinate representation of color #E514E2: hue angle of 300.86º 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 #E514E2 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 20 226 -
CMYK 0 0.91 0.01 0.10
HSL 300.86º 0.84% 0.49% -
HSV(B) 300.86º 0.91% 0.9% -
XYZ 46.29 22.65 73.88 -
YUV 105.98 195.74 215.75 -
System Red Green Blue C M Y K H S L
Decimal 229 20 226 0 0.91 0.01 0.10 300.86 0.84 0.49
Hex E5 14 E2 0 5B 1 A 12D 54 31
Octal 345 24 342 0 133 1 12 455 124 61
Binary 11100101 10100 11100010 0 1011011 1 1010 100101101 1010100 110001

Color Harmonies of #E514E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E514E2

Black with #E514E2

Text Example


Text Example

White with #E514E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E514E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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