Html Css Color HEX #E60AEA Psychedelic Purple

📋 copy color: '#E60AEA'

red 230 ◦ green 10 ◦ blue 234

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

Shades of Psychedelic Purple #E60AEA

Tints of Psychedelic Purple #E60AEA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.11%

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

R = 48.52%
G = 2.11%
B = 49.37%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E60AEA (or 0xE60AEA) is known color: Psychedelic Purple. HEX triplet: E6, 0A and EA. RGB value is (230,10,234). Sum of RGB (Red+Green+Blue) = 230+10+234=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 10 (4.30% from 255 or 2.11% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #E60AEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60AEA is #19F515. Grayscale: #646464. Windows color (decimal): -1701142 or 15338214. OLE color: 15338214.

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

Color convert

RGB 230 10 234 -
CMYK 0.02 0.96 0 0.08
HSL 298.93º 0.92% 0.48% -
HSV(B) 298.93º 0.96% 0.92% -
XYZ 47.59 22.98 79.77 -
YUV 101.32 202.89 219.79 -
System Red Green Blue C M Y K H S L
Decimal 230 10 234 0.02 0.96 0 0.08 298.93 0.92 0.48
Hex E6 A EA 2 60 0 8 12B 5C 30
Octal 346 12 352 2 140 0 10 453 134 60
Binary 11100110 1010 11101010 10 1100000 0 1000 100101011 1011100 110000

Color Harmonies of #E60AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60AEA

Black with #E60AEA

Text Example


Text Example

White with #E60AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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