Html Css Color HEX #E210FA Psychedelic Purple

📋 copy color: '#E210FA'

red 226 ◦ green 16 ◦ blue 250

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

Shades of Psychedelic Purple #E210FA

Tints of Psychedelic Purple #E210FA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.25%

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

R = 45.93%
G = 3.25%
B = 50.81%

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

#E210FA (or 0xE210FA) is known color: Psychedelic Purple. HEX triplet: E2, 10 and FA. RGB value is (226,16,250). Sum of RGB (Red+Green+Blue) = 226+16+250=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 16 (6.64% from 255 or 3.25% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #E210FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E210FA is #1DEF05. Grayscale: #686868. Windows color (decimal): -1961734 or 16388322. OLE color: 16388322.

HSL color Cylindrical-coordinate representation of color #E210FA: hue angle of 293.85º 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 #E210FA is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 16 250 -
CMYK 0.10 0.94 0 0.02
HSL 293.85º 0.96% 0.52% -
HSV(B) 293.85º 0.94% 0.98% -
XYZ 48.8 23.44 92.39 -
YUV 105.47 209.57 213.97 -
System Red Green Blue C M Y K H S L
Decimal 226 16 250 0.10 0.94 0 0.02 293.85 0.96 0.52
Hex E2 10 FA A 5E 0 2 126 60 34
Octal 342 20 372 12 136 0 2 446 140 64
Binary 11100010 10000 11111010 1010 1011110 0 10 100100110 1100000 110100

Color Harmonies of #E210FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E210FA

Black with #E210FA

Text Example


Text Example

White with #E210FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E210FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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