Html Css Color HEX #E60AED Psychedelic Purple

📋 copy color: '#E60AED'

red 230 ◦ green 10 ◦ blue 237

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

Shades of Psychedelic Purple #E60AED

Tints of Psychedelic Purple #E60AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.69%

R = 48.22%
G = 2.1%
B = 49.69%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E60AED (or 0xE60AED) is known color: Psychedelic Purple. HEX triplet: E6, 0A and ED. RGB value is (230,10,237). Sum of RGB (Red+Green+Blue) = 230+10+237=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 10 (4.30% from 255 or 2.10% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #E60AED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60AED is #19F512. Grayscale: #646464. Windows color (decimal): -1701139 or 15534822. OLE color: 15534822.

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

Color convert

RGB 230 10 237 -
CMYK 0.03 0.96 0 0.07
HSL 298.15º 0.92% 0.48% -
HSV(B) 298.15º 0.96% 0.93% -
XYZ 48.03 23.15 82.06 -
YUV 101.66 204.39 219.54 -
System Red Green Blue C M Y K H S L
Decimal 230 10 237 0.03 0.96 0 0.07 298.15 0.92 0.48
Hex E6 A ED 3 60 0 7 12A 5C 30
Octal 346 12 355 3 140 0 7 452 134 60
Binary 11100110 1010 11101101 11 1100000 0 111 100101010 1011100 110000

Color Harmonies of #E60AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60AED

Black with #E60AED

Text Example


Text Example

White with #E60AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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