Html Css Color HEX #E213FF Psychedelic Purple

📋 copy color: '#E213FF'

red 226 ◦ green 19 ◦ blue 255

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

Shades of Psychedelic Purple #E213FF

Tints of Psychedelic Purple #E213FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.8%

 BLUE value IS 255 (100% from 255) = 51%

R = 45.2%
G = 3.8%
B = 51%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E213FF (or 0xE213FF) is known color: Psychedelic Purple. HEX triplet: E2, 13 and FF. RGB value is (226,19,255). Sum of RGB (Red+Green+Blue) = 226+19+255=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 19 (7.81% from 255 or 3.8% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #E213FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E213FF is #1DEC00. Grayscale: #6B6B6B. Windows color (decimal): -1960961 or 16716770. OLE color: 16716770.

HSL color Cylindrical-coordinate representation of color #E213FF: hue angle of 292.63º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E213FF is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 226 19 255 -
CMYK 0.11 0.93 0 0
HSL 292.63º 1% 0.54% -
HSV(B) 292.63º 0.93% 1% -
XYZ 49.65 23.85 96.6 -
YUV 107.8 211.08 212.31 -
System Red Green Blue C M Y K H S L
Decimal 226 19 255 0.11 0.93 0 0 292.63 1 0.54
Hex E2 13 FF B 5D 0 0 125 64 36
Octal 342 23 377 13 135 0 0 445 144 66
Binary 11100010 10011 11111111 1011 1011101 0 0 100100101 1100100 110110

Color Harmonies of #E213FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E213FF

Black with #E213FF

Text Example


Text Example

White with #E213FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E213FF; }

 p { color: rgb(226,19,255); }

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

background-color css

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

 a { background-color: rgb(226,19,255); }

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

border-color css

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

 span { border-color: rgb(226,19,255); }

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