Html Css Color HEX #E00AF8 Psychedelic Purple

📋 copy color: '#E00AF8'

red 224 ◦ green 10 ◦ blue 248

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

Shades of Psychedelic Purple #E00AF8

Tints of Psychedelic Purple #E00AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 51.45%

R = 46.47%
G = 2.07%
B = 51.45%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E00AF8 (or 0xE00AF8) is known color: Psychedelic Purple. HEX triplet: E0, 0A and F8. RGB value is (224,10,248). Sum of RGB (Red+Green+Blue) = 224+10+248=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 10 (4.30% from 255 or 2.07% from 482); Blue value is 248 (97.27% from 255 or 51.45% from 482); Max value from RGB is 248 - color contains mainly: blue. Hex color #E00AF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00AF8 is #1FF507. Grayscale: #646464. Windows color (decimal): -2094344 or 16255712. OLE color: 16255712.

HSL color Cylindrical-coordinate representation of color #E00AF8: hue angle of 293.95º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00AF8 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 224 10 248 -
CMYK 0.10 0.96 0 0.03
HSL 293.95º 0.94% 0.51% -
HSV(B) 293.95º 0.96% 0.97% -
XYZ 47.79 22.84 90.7 -
YUV 101.12 210.9 215.65 -
System Red Green Blue C M Y K H S L
Decimal 224 10 248 0.10 0.96 0 0.03 293.95 0.94 0.51
Hex E0 A F8 A 60 0 3 126 5E 33
Octal 340 12 370 12 140 0 3 446 136 63
Binary 11100000 1010 11111000 1010 1100000 0 11 100100110 1011110 110011

Color Harmonies of #E00AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00AF8

Black with #E00AF8

Text Example


Text Example

White with #E00AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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