Html Css Color HEX #E213F0 Psychedelic Purple

📋 copy color: '#E213F0'

red 226 ◦ green 19 ◦ blue 240

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

Shades of Psychedelic Purple #E213F0

Tints of Psychedelic Purple #E213F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.48%

R = 46.6%
G = 3.92%
B = 49.48%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E213F0 (or 0xE213F0) is known color: Psychedelic Purple. HEX triplet: E2, 13 and F0. RGB value is (226,19,240). Sum of RGB (Red+Green+Blue) = 226+19+240=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 19 (7.81% from 255 or 3.92% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #E213F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E213F0 is #1DEC0F. Grayscale: #696969. Windows color (decimal): -1960976 or 15733730. OLE color: 15733730.

HSL color Cylindrical-coordinate representation of color #E213F0: hue angle of 296.2º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E213F0 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 19 240 -
CMYK 0.06 0.92 0 0.06
HSL 296.2º 0.88% 0.51% -
HSV(B) 296.2º 0.92% 0.94% -
XYZ 47.33 22.93 84.37 -
YUV 106.09 203.58 213.53 -
System Red Green Blue C M Y K H S L
Decimal 226 19 240 0.06 0.92 0 0.06 296.2 0.88 0.51
Hex E2 13 F0 6 5C 0 6 128 58 33
Octal 342 23 360 6 134 0 6 450 130 63
Binary 11100010 10011 11110000 110 1011100 0 110 100101000 1011000 110011

Color Harmonies of #E213F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E213F0

Black with #E213F0

Text Example


Text Example

White with #E213F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E213F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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