Html Css Color HEX #E20AF8 Psychedelic Purple

📋 copy color: '#E20AF8'

red 226 ◦ green 10 ◦ blue 248

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

Shades of Psychedelic Purple #E20AF8

Tints of Psychedelic Purple #E20AF8

RGB

 RED value IS 226 (88.67% from 255) = 46.69%

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

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

R = 46.69%
G = 2.07%
B = 51.24%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E20AF8 (or 0xE20AF8) is known color: Psychedelic Purple. HEX triplet: E2, 0A and F8. RGB value is (226,10,248). Sum of RGB (Red+Green+Blue) = 226+10+248=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 10 (4.30% from 255 or 2.07% from 484); Blue value is 248 (97.27% from 255 or 51.24% from 484); Max value from RGB is 248 - color contains mainly: blue. Hex color #E20AF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20AF8 is #1DF507. Grayscale: #646464. Windows color (decimal): -1963272 or 16255714. OLE color: 16255714.

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

Color convert

RGB 226 10 248 -
CMYK 0.09 0.96 0 0.03
HSL 294.45º 0.94% 0.51% -
HSV(B) 294.45º 0.96% 0.97% -
XYZ 48.42 23.16 90.73 -
YUV 101.72 210.56 216.65 -
System Red Green Blue C M Y K H S L
Decimal 226 10 248 0.09 0.96 0 0.03 294.45 0.94 0.51
Hex E2 A F8 9 60 0 3 126 5E 33
Octal 342 12 370 11 140 0 3 446 136 63
Binary 11100010 1010 11111000 1001 1100000 0 11 100100110 1011110 110011

Color Harmonies of #E20AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20AF8

Black with #E20AF8

Text Example


Text Example

White with #E20AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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