Html Css Color HEX #E210F0 Psychedelic Purple

📋 copy color: '#E210F0'

red 226 ◦ green 16 ◦ blue 240

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

Shades of Psychedelic Purple #E210F0

Tints of Psychedelic Purple #E210F0

RGB

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

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

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

R = 46.89%
G = 3.32%
B = 49.79%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E210F0 (or 0xE210F0) is known color: Psychedelic Purple. HEX triplet: E2, 10 and F0. RGB value is (226,16,240). Sum of RGB (Red+Green+Blue) = 226+16+240=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 16 (6.64% from 255 or 3.32% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: blue. Hex color #E210F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E210F0 is #1DEF0F. Grayscale: #676767. Windows color (decimal): -1961744 or 15732962. OLE color: 15732962.

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

Color convert

RGB 226 16 240 -
CMYK 0.06 0.93 0 0.06
HSL 296.25º 0.88% 0.5% -
HSV(B) 296.25º 0.93% 0.94% -
XYZ 47.28 22.83 84.35 -
YUV 104.33 204.57 214.79 -
System Red Green Blue C M Y K H S L
Decimal 226 16 240 0.06 0.93 0 0.06 296.25 0.88 0.5
Hex E2 10 F0 6 5D 0 6 128 58 32
Octal 342 20 360 6 135 0 6 450 130 62
Binary 11100010 10000 11110000 110 1011101 0 110 100101000 1011000 110010

Color Harmonies of #E210F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E210F0

Black with #E210F0

Text Example


Text Example

White with #E210F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E210F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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