Html Css Color HEX #E228FC Psychedelic Purple

📋 copy color: '#E228FC'

red 226 ◦ green 40 ◦ blue 252

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

Shades of Psychedelic Purple #E228FC

Tints of Psychedelic Purple #E228FC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.72%

 BLUE value IS 252 (98.83% from 255) = 48.65%

R = 43.63%
G = 7.72%
B = 48.65%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E228FC (or 0xE228FC) is known color: Psychedelic Purple. HEX triplet: E2, 28 and FC. RGB value is (226,40,252). Sum of RGB (Red+Green+Blue) = 226+40+252=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 40 (16.02% from 255 or 7.72% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #E228FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E228FC is #1DD703. Grayscale: #777777. Windows color (decimal): -1955588 or 16525538. OLE color: 16525538.

HSL color Cylindrical-coordinate representation of color #E228FC: hue angle of 292.64º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E228FC is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 40 252 -
CMYK 0.10 0.84 0 0.01
HSL 292.64º 0.97% 0.57% -
HSV(B) 292.64º 0.84% 0.99% -
XYZ 49.69 24.71 94.25 -
YUV 119.78 202.62 203.76 -
System Red Green Blue C M Y K H S L
Decimal 226 40 252 0.10 0.84 0 0.01 292.64 0.97 0.57
Hex E2 28 FC A 54 0 1 125 61 39
Octal 342 50 374 12 124 0 1 445 141 71
Binary 11100010 101000 11111100 1010 1010100 0 1 100100101 1100001 111001

Color Harmonies of #E228FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E228FC

Black with #E228FC

Text Example


Text Example

White with #E228FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E228FC; }

 p { color: rgb(226,40,252); }

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

background-color css

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

 a { background-color: rgb(226,40,252); }

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

border-color css

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

 span { border-color: rgb(226,40,252); }

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