Html Css Color HEX #E619EA Psychedelic Purple

📋 copy color: '#E619EA'

red 230 ◦ green 25 ◦ blue 234

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

Shades of Psychedelic Purple #E619EA

Tints of Psychedelic Purple #E619EA

RGB

 RED value IS 230 (90.23% from 255) = 47.03%

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

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

R = 47.03%
G = 5.11%
B = 47.85%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E619EA (or 0xE619EA) is known color: Psychedelic Purple. HEX triplet: E6, 19 and EA. RGB value is (230,25,234). Sum of RGB (Red+Green+Blue) = 230+25+234=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 25 (10.16% from 255 or 5.11% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #E619EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E619EA is #19E615. Grayscale: #6D6D6D. Windows color (decimal): -1697302 or 15342054. OLE color: 15342054.

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

Color convert

RGB 230 25 234 -
CMYK 0.02 0.89 0 0.08
HSL 298.85º 0.83% 0.51% -
HSV(B) 298.85º 0.89% 0.92% -
XYZ 47.83 23.46 79.85 -
YUV 110.12 197.92 213.51 -
System Red Green Blue C M Y K H S L
Decimal 230 25 234 0.02 0.89 0 0.08 298.85 0.83 0.51
Hex E6 19 EA 2 59 0 8 12B 53 33
Octal 346 31 352 2 131 0 10 453 123 63
Binary 11100110 11001 11101010 10 1011001 0 1000 100101011 1010011 110011

Color Harmonies of #E619EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E619EA

Black with #E619EA

Text Example


Text Example

White with #E619EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E619EA; }

 p { color: rgb(230,25,234); }

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

background-color css

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

 a { background-color: rgb(230,25,234); }

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

border-color css

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

 span { border-color: rgb(230,25,234); }

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