Html Css Color HEX #E210FD Psychedelic Purple

📋 copy color: '#E210FD'

red 226 ◦ green 16 ◦ blue 253

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

Shades of Psychedelic Purple #E210FD

Tints of Psychedelic Purple #E210FD

RGB

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

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

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

R = 45.66%
G = 3.23%
B = 51.11%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E210FD (or 0xE210FD) is known color: Psychedelic Purple. HEX triplet: E2, 10 and FD. RGB value is (226,16,253). Sum of RGB (Red+Green+Blue) = 226+16+253=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 16 (6.64% from 255 or 3.23% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #E210FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E210FD is #1DEF02. Grayscale: #696969. Windows color (decimal): -1961731 or 16584930. OLE color: 16584930.

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

Color convert

RGB 226 16 253 -
CMYK 0.11 0.94 0 0.01
HSL 293.16º 0.98% 0.53% -
HSV(B) 293.16º 0.94% 0.99% -
XYZ 49.28 23.63 94.89 -
YUV 105.81 211.07 213.73 -
System Red Green Blue C M Y K H S L
Decimal 226 16 253 0.11 0.94 0 0.01 293.16 0.98 0.53
Hex E2 10 FD B 5E 0 1 125 62 35
Octal 342 20 375 13 136 0 1 445 142 65
Binary 11100010 10000 11111101 1011 1011110 0 1 100100101 1100010 110101

Color Harmonies of #E210FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E210FD

Black with #E210FD

Text Example


Text Example

White with #E210FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E210FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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