Html Css Color HEX #E210ED Psychedelic Purple

📋 copy color: '#E210ED'

red 226 ◦ green 16 ◦ blue 237

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

Shades of Psychedelic Purple #E210ED

Tints of Psychedelic Purple #E210ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.48%

R = 47.18%
G = 3.34%
B = 49.48%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E210ED (or 0xE210ED) is known color: Psychedelic Purple. HEX triplet: E2, 10 and ED. RGB value is (226,16,237). Sum of RGB (Red+Green+Blue) = 226+16+237=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 16 (6.64% from 255 or 3.34% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #E210ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E210ED is #1DEF12. Grayscale: #676767. Windows color (decimal): -1961747 or 15536354. OLE color: 15536354.

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

Color convert

RGB 226 16 237 -
CMYK 0.05 0.93 0 0.07
HSL 297.01º 0.87% 0.5% -
HSV(B) 297.01º 0.93% 0.93% -
XYZ 46.84 22.65 82.02 -
YUV 103.98 203.07 215.03 -
System Red Green Blue C M Y K H S L
Decimal 226 16 237 0.05 0.93 0 0.07 297.01 0.87 0.5
Hex E2 10 ED 5 5D 0 7 129 57 32
Octal 342 20 355 5 135 0 7 451 127 62
Binary 11100010 10000 11101101 101 1011101 0 111 100101001 1010111 110010

Color Harmonies of #E210ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E210ED

Black with #E210ED

Text Example


Text Example

White with #E210ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E210ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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