Html Css Color HEX #E212FA Psychedelic Purple

📋 copy color: '#E212FA'

red 226 ◦ green 18 ◦ blue 250

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

Shades of Psychedelic Purple #E212FA

Tints of Psychedelic Purple #E212FA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.64%

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

R = 45.75%
G = 3.64%
B = 50.61%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E212FA (or 0xE212FA) is known color: Psychedelic Purple. HEX triplet: E2, 12 and FA. RGB value is (226,18,250). Sum of RGB (Red+Green+Blue) = 226+18+250=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 18 (7.42% from 255 or 3.64% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #E212FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E212FA is #1DED05. Grayscale: #696969. Windows color (decimal): -1961222 or 16388834. OLE color: 16388834.

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

Color convert

RGB 226 18 250 -
CMYK 0.10 0.93 0 0.02
HSL 293.79º 0.96% 0.53% -
HSV(B) 293.79º 0.93% 0.98% -
XYZ 48.84 23.5 92.41 -
YUV 106.64 208.91 213.14 -
System Red Green Blue C M Y K H S L
Decimal 226 18 250 0.10 0.93 0 0.02 293.79 0.96 0.53
Hex E2 12 FA A 5D 0 2 126 60 35
Octal 342 22 372 12 135 0 2 446 140 65
Binary 11100010 10010 11111010 1010 1011101 0 10 100100110 1100000 110101

Color Harmonies of #E212FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E212FA

Black with #E212FA

Text Example


Text Example

White with #E212FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E212FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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