Html Css Color HEX #E00AED Psychedelic Purple

📋 copy color: '#E00AED'

red 224 ◦ green 10 ◦ blue 237

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

Shades of Psychedelic Purple #E00AED

Tints of Psychedelic Purple #E00AED

RGB

 RED value IS 224 (87.89% from 255) = 47.56%

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

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

R = 47.56%
G = 2.12%
B = 50.32%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E00AED (or 0xE00AED) is known color: Psychedelic Purple. HEX triplet: E0, 0A and ED. RGB value is (224,10,237). Sum of RGB (Red+Green+Blue) = 224+10+237=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 10 (4.30% from 255 or 2.12% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #E00AED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00AED is #1FF512. Grayscale: #636363. Windows color (decimal): -2094355 or 15534816. OLE color: 15534816.

HSL color Cylindrical-coordinate representation of color #E00AED: hue angle of 296.56º 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 #E00AED is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 10 237 -
CMYK 0.05 0.96 0 0.07
HSL 296.56º 0.92% 0.48% -
HSV(B) 296.56º 0.96% 0.93% -
XYZ 46.14 22.18 81.97 -
YUV 99.86 205.4 216.54 -
System Red Green Blue C M Y K H S L
Decimal 224 10 237 0.05 0.96 0 0.07 296.56 0.92 0.48
Hex E0 A ED 5 60 0 7 129 5C 30
Octal 340 12 355 5 140 0 7 451 134 60
Binary 11100000 1010 11101101 101 1100000 0 111 100101001 1011100 110000

Color Harmonies of #E00AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00AED

Black with #E00AED

Text Example


Text Example

White with #E00AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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