Html Css Color HEX #E218F6 Psychedelic Purple

📋 copy color: '#E218F6'

red 226 ◦ green 24 ◦ blue 246

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

Shades of Psychedelic Purple #E218F6

Tints of Psychedelic Purple #E218F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.6%

R = 45.56%
G = 4.84%
B = 49.6%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E218F6 (or 0xE218F6) is known color: Psychedelic Purple. HEX triplet: E2, 18 and F6. RGB value is (226,24,246). Sum of RGB (Red+Green+Blue) = 226+24+246=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 24 (9.77% from 255 or 4.84% from 496); Blue value is 246 (96.48% from 255 or 49.60% from 496); Max value from RGB is 246 - color contains mainly: blue. Hex color #E218F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E218F6 is #1DE709. Grayscale: #6D6D6D. Windows color (decimal): -1959690 or 16128226. OLE color: 16128226.

HSL color Cylindrical-coordinate representation of color #E218F6: hue angle of 294.59º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E218F6 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 226 24 246 -
CMYK 0.08 0.90 0 0.04
HSL 294.59º 0.93% 0.53% -
HSV(B) 294.59º 0.9% 0.96% -
XYZ 48.33 23.48 89.17 -
YUV 109.71 204.92 210.95 -
System Red Green Blue C M Y K H S L
Decimal 226 24 246 0.08 0.90 0 0.04 294.59 0.93 0.53
Hex E2 18 F6 8 5A 0 4 127 5C 35
Octal 342 30 366 10 132 0 4 447 134 65
Binary 11100010 11000 11110110 1000 1011010 0 100 100100111 1011100 110101

Color Harmonies of #E218F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E218F6

Black with #E218F6

Text Example


Text Example

White with #E218F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E218F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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