Html Css Color HEX #E210FC Psychedelic Purple

📋 copy color: '#E210FC'

red 226 ◦ green 16 ◦ blue 252

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

Shades of Psychedelic Purple #E210FC

Tints of Psychedelic Purple #E210FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.01%

R = 45.75%
G = 3.24%
B = 51.01%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E210FC (or 0xE210FC) is known color: Psychedelic Purple. HEX triplet: E2, 10 and FC. RGB value is (226,16,252). Sum of RGB (Red+Green+Blue) = 226+16+252=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 16 (6.64% from 255 or 3.24% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #E210FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E210FC is #1DEF03. Grayscale: #686868. Windows color (decimal): -1961732 or 16519394. OLE color: 16519394.

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

Color convert

RGB 226 16 252 -
CMYK 0.10 0.94 0 0.01
HSL 293.39º 0.98% 0.53% -
HSV(B) 293.39º 0.94% 0.99% -
XYZ 49.12 23.57 94.06 -
YUV 105.69 210.57 213.81 -
System Red Green Blue C M Y K H S L
Decimal 226 16 252 0.10 0.94 0 0.01 293.39 0.98 0.53
Hex E2 10 FC A 5E 0 1 125 62 35
Octal 342 20 374 12 136 0 1 445 142 65
Binary 11100010 10000 11111100 1010 1011110 0 1 100100101 1100010 110101

Color Harmonies of #E210FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E210FC

Black with #E210FC

Text Example


Text Example

White with #E210FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E210FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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