Html Css Color HEX #E211FC Psychedelic Purple

📋 copy color: '#E211FC'

red 226 ◦ green 17 ◦ blue 252

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

Shades of Psychedelic Purple #E211FC

Tints of Psychedelic Purple #E211FC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.43%

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

R = 45.66%
G = 3.43%
B = 50.91%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E211FC (or 0xE211FC) is known color: Psychedelic Purple. HEX triplet: E2, 11 and FC. RGB value is (226,17,252). Sum of RGB (Red+Green+Blue) = 226+17+252=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 17 (7.03% from 255 or 3.43% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #E211FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E211FC is #1DEE03. Grayscale: #696969. Windows color (decimal): -1961476 or 16519650. OLE color: 16519650.

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

Color convert

RGB 226 17 252 -
CMYK 0.10 0.93 0 0.01
HSL 293.36º 0.98% 0.53% -
HSV(B) 293.36º 0.93% 0.99% -
XYZ 49.14 23.6 94.06 -
YUV 106.28 210.24 213.39 -
System Red Green Blue C M Y K H S L
Decimal 226 17 252 0.10 0.93 0 0.01 293.36 0.98 0.53
Hex E2 11 FC A 5D 0 1 125 62 35
Octal 342 21 374 12 135 0 1 445 142 65
Binary 11100010 10001 11111100 1010 1011101 0 1 100100101 1100010 110101

Color Harmonies of #E211FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E211FC

Black with #E211FC

Text Example


Text Example

White with #E211FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E211FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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