Html Css Color HEX #E212FD Psychedelic Purple

📋 copy color: '#E212FD'

red 226 ◦ green 18 ◦ blue 253

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

Shades of Psychedelic Purple #E212FD

Tints of Psychedelic Purple #E212FD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.62%

 BLUE value IS 253 (99.22% from 255) = 50.91%

R = 45.47%
G = 3.62%
B = 50.91%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E212FD (or 0xE212FD) is known color: Psychedelic Purple. HEX triplet: E2, 12 and FD. RGB value is (226,18,253). Sum of RGB (Red+Green+Blue) = 226+18+253=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 18 (7.42% from 255 or 3.62% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #E212FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E212FD is #1DED02. Grayscale: #6A6A6A. Windows color (decimal): -1961219 or 16585442. OLE color: 16585442.

HSL color Cylindrical-coordinate representation of color #E212FD: hue angle of 293.11º 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 #E212FD is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 18 253 -
CMYK 0.11 0.93 0 0.01
HSL 293.11º 0.98% 0.53% -
HSV(B) 293.11º 0.93% 0.99% -
XYZ 49.31 23.69 94.9 -
YUV 106.98 210.41 212.89 -
System Red Green Blue C M Y K H S L
Decimal 226 18 253 0.11 0.93 0 0.01 293.11 0.98 0.53
Hex E2 12 FD B 5D 0 1 125 62 35
Octal 342 22 375 13 135 0 1 445 142 65
Binary 11100010 10010 11111101 1011 1011101 0 1 100100101 1100010 110101

Color Harmonies of #E212FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E212FD

Black with #E212FD

Text Example


Text Example

White with #E212FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E212FD; }

 p { color: rgb(226,18,253); }

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

background-color css

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

 a { background-color: rgb(226,18,253); }

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

border-color css

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

 span { border-color: rgb(226,18,253); }

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