Html Css Color HEX #E20FFA Psychedelic Purple

📋 copy color: '#E20FFA'

red 226 ◦ green 15 ◦ blue 250

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

Shades of Psychedelic Purple #E20FFA

Tints of Psychedelic Purple #E20FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.05%

 BLUE value IS 250 (98.05% from 255) = 50.92%

R = 46.03%
G = 3.05%
B = 50.92%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E20FFA (or 0xE20FFA) is known color: Psychedelic Purple. HEX triplet: E2, 0F and FA. RGB value is (226,15,250). Sum of RGB (Red+Green+Blue) = 226+15+250=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 15 (6.25% from 255 or 3.05% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #E20FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20FFA is #1DF005. Grayscale: #686868. Windows color (decimal): -1961990 or 16388066. OLE color: 16388066.

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

Color convert

RGB 226 15 250 -
CMYK 0.10 0.94 0 0.02
HSL 293.87º 0.96% 0.52% -
HSV(B) 293.87º 0.94% 0.98% -
XYZ 48.79 23.41 92.39 -
YUV 104.88 209.9 214.39 -
System Red Green Blue C M Y K H S L
Decimal 226 15 250 0.10 0.94 0 0.02 293.87 0.96 0.52
Hex E2 F FA A 5E 0 2 126 60 34
Octal 342 17 372 12 136 0 2 446 140 64
Binary 11100010 1111 11111010 1010 1011110 0 10 100100110 1100000 110100

Color Harmonies of #E20FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20FFA

Black with #E20FFA

Text Example


Text Example

White with #E20FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20FFA; }

 p { color: rgb(226,15,250); }

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

background-color css

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

 a { background-color: rgb(226,15,250); }

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

border-color css

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

 span { border-color: rgb(226,15,250); }

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