Html Css Color HEX #E218E6 Psychedelic Purple

📋 copy color: '#E218E6'

red 226 ◦ green 24 ◦ blue 230

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

Shades of Psychedelic Purple #E218E6

Tints of Psychedelic Purple #E218E6

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5%

 BLUE value IS 230 (90.23% from 255) = 47.92%

R = 47.08%
G = 5%
B = 47.92%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E218E6 (or 0xE218E6) is known color: Psychedelic Purple. HEX triplet: E2, 18 and E6. RGB value is (226,24,230). Sum of RGB (Red+Green+Blue) = 226+24+230=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 24 (9.77% from 255 or 5% from 480); Blue value is 230 (90.23% from 255 or 47.92% from 480); Max value from RGB is 230 - color contains mainly: blue. Hex color #E218E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E218E6 is #1DE719. Grayscale: #6B6B6B. Windows color (decimal): -1959706 or 15079650. OLE color: 15079650.

HSL color Cylindrical-coordinate representation of color #E218E6: hue angle of 298.83º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E218E6 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 24 230 -
CMYK 0.02 0.90 0 0.10
HSL 298.84º 0.81% 0.5% -
HSV(B) 298.84º 0.9% 0.9% -
XYZ 45.97 22.54 76.79 -
YUV 107.88 196.92 212.25 -
System Red Green Blue C M Y K H S L
Decimal 226 24 230 0.02 0.90 0 0.10 298.84 0.81 0.5
Hex E2 18 E6 2 5A 0 A 12B 51 32
Octal 342 30 346 2 132 0 12 453 121 62
Binary 11100010 11000 11100110 10 1011010 0 1010 100101011 1010001 110010

Color Harmonies of #E218E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E218E6

Black with #E218E6

Text Example


Text Example

White with #E218E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E218E6; }

 p { color: rgb(226,24,230); }

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

background-color css

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

 a { background-color: rgb(226,24,230); }

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

border-color css

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

 span { border-color: rgb(226,24,230); }

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