Html Css Color HEX #E224FD Psychedelic Purple

📋 copy color: '#E224FD'

red 226 ◦ green 36 ◦ blue 253

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

Shades of Psychedelic Purple #E224FD

Tints of Psychedelic Purple #E224FD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 6.99%

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

R = 43.88%
G = 6.99%
B = 49.13%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E224FD (or 0xE224FD) is known color: Psychedelic Purple. HEX triplet: E2, 24 and FD. RGB value is (226,36,253). Sum of RGB (Red+Green+Blue) = 226+36+253=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 36 (14.45% from 255 or 6.99% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #E224FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E224FD is #1DDB02. Grayscale: #747474. Windows color (decimal): -1956611 or 16590050. OLE color: 16590050.

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

Color convert

RGB 226 36 253 -
CMYK 0.11 0.86 0 0.01
HSL 292.53º 0.98% 0.57% -
HSV(B) 292.53º 0.86% 0.99% -
XYZ 49.72 24.52 95.04 -
YUV 117.55 204.45 205.36 -
System Red Green Blue C M Y K H S L
Decimal 226 36 253 0.11 0.86 0 0.01 292.53 0.98 0.57
Hex E2 24 FD B 56 0 1 125 62 39
Octal 342 44 375 13 126 0 1 445 142 71
Binary 11100010 100100 11111101 1011 1010110 0 1 100100101 1100010 111001

Color Harmonies of #E224FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E224FD

Black with #E224FD

Text Example


Text Example

White with #E224FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E224FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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