Html Css Color HEX #E32CFD Psychedelic Purple

📋 copy color: '#E32CFD'

red 227 ◦ green 44 ◦ blue 253

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

Shades of Psychedelic Purple #E32CFD

Tints of Psychedelic Purple #E32CFD

RGB

 RED value IS 227 (89.06% from 255) = 43.32%

 GREEN value IS 44 (17.58% from 255) = 8.4%

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

R = 43.32%
G = 8.4%
B = 48.28%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E32CFD (or 0xE32CFD) is known color: Psychedelic Purple. HEX triplet: E3, 2C and FD. RGB value is (227,44,253). Sum of RGB (Red+Green+Blue) = 227+44+253=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 44 (17.58% from 255 or 8.40% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #E32CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32CFD is #1CD302. Grayscale: #797979. Windows color (decimal): -1889027 or 16592099. OLE color: 16592099.

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

Color convert

RGB 227 44 253 -
CMYK 0.10 0.83 0 0.01
HSL 292.54º 0.98% 0.58% -
HSV(B) 292.54º 0.83% 0.99% -
XYZ 50.31 25.22 95.15 -
YUV 122.54 201.63 202.51 -
System Red Green Blue C M Y K H S L
Decimal 227 44 253 0.10 0.83 0 0.01 292.54 0.98 0.58
Hex E3 2C FD A 53 0 1 125 62 3A
Octal 343 54 375 12 123 0 1 445 142 72
Binary 11100011 101100 11111101 1010 1010011 0 1 100100101 1100010 111010

Color Harmonies of #E32CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32CFD

Black with #E32CFD

Text Example


Text Example

White with #E32CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32CFD; }

 p { color: rgb(227,44,253); }

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

background-color css

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

 a { background-color: rgb(227,44,253); }

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

border-color css

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

 span { border-color: rgb(227,44,253); }

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