Html Css Color HEX #E61AEA Psychedelic Purple

📋 copy color: '#E61AEA'

red 230 ◦ green 26 ◦ blue 234

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

Shades of Psychedelic Purple #E61AEA

Tints of Psychedelic Purple #E61AEA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.31%

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

R = 46.94%
G = 5.31%
B = 47.76%

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

#E61AEA (or 0xE61AEA) is known color: Psychedelic Purple. HEX triplet: E6, 1A and EA. RGB value is (230,26,234). Sum of RGB (Red+Green+Blue) = 230+26+234=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 26 (10.55% from 255 or 5.31% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #E61AEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61AEA is #19E515. Grayscale: #6E6E6E. Windows color (decimal): -1697046 or 15342310. OLE color: 15342310.

HSL color Cylindrical-coordinate representation of color #E61AEA: 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 #E61AEA is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 26 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.85 23.5 79.86 -
YUV 110.71 197.59 213.09 -
System Red Green Blue C M Y K H S L
Decimal 230 26 234 0.02 0.89 0 0.08 298.85 0.83 0.51
Hex E6 1A EA 2 59 0 8 12B 53 33
Octal 346 32 352 2 131 0 10 453 123 63
Binary 11100110 11010 11101010 10 1011001 0 1000 100101011 1010011 110011

Color Harmonies of #E61AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61AEA

Black with #E61AEA

Text Example


Text Example

White with #E61AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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