Html Css Color HEX #E219E7 Psychedelic Purple

📋 copy color: '#E219E7'

red 226 ◦ green 25 ◦ blue 231

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

Shades of Psychedelic Purple #E219E7

Tints of Psychedelic Purple #E219E7

RGB

 RED value IS 226 (88.67% from 255) = 46.89%

 GREEN value IS 25 (10.16% from 255) = 5.19%

 BLUE value IS 231 (90.63% from 255) = 47.93%

R = 46.89%
G = 5.19%
B = 47.93%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E219E7 (or 0xE219E7) is known color: Psychedelic Purple. HEX triplet: E2, 19 and E7. RGB value is (226,25,231). Sum of RGB (Red+Green+Blue) = 226+25+231=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 25 (10.16% from 255 or 5.19% from 482); Blue value is 231 (90.62% from 255 or 47.93% from 482); Max value from RGB is 231 - color contains mainly: blue. Hex color #E219E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E219E7 is #1DE618. Grayscale: #6B6B6B. Windows color (decimal): -1959449 or 15145442. OLE color: 15145442.

HSL color Cylindrical-coordinate representation of color #E219E7: hue angle of 298.54º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E219E7 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 226 25 231 -
CMYK 0.02 0.89 0 0.09
HSL 298.54º 0.81% 0.5% -
HSV(B) 298.54º 0.89% 0.91% -
XYZ 46.14 22.63 77.54 -
YUV 108.58 197.09 211.75 -
System Red Green Blue C M Y K H S L
Decimal 226 25 231 0.02 0.89 0 0.09 298.54 0.81 0.5
Hex E2 19 E7 2 59 0 9 12B 51 32
Octal 342 31 347 2 131 0 11 453 121 62
Binary 11100010 11001 11100111 10 1011001 0 1001 100101011 1010001 110010

Color Harmonies of #E219E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E219E7

Black with #E219E7

Text Example


Text Example

White with #E219E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E219E7; }

 p { color: rgb(226,25,231); }

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

background-color css

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

 a { background-color: rgb(226,25,231); }

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

border-color css

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

 span { border-color: rgb(226,25,231); }

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