Html Css Color HEX #E427FD Psychedelic Purple

📋 copy color: '#E427FD'

red 228 ◦ green 39 ◦ blue 253

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

Shades of Psychedelic Purple #E427FD

Tints of Psychedelic Purple #E427FD

RGB

 RED value IS 228 (89.45% from 255) = 43.85%

 GREEN value IS 39 (15.63% from 255) = 7.5%

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

R = 43.85%
G = 7.5%
B = 48.65%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E427FD (or 0xE427FD) is known color: Psychedelic Purple. HEX triplet: E4, 27 and FD. RGB value is (228,39,253). Sum of RGB (Red+Green+Blue) = 228+39+253=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 39 (15.62% from 255 or 7.5% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #E427FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E427FD is #1BD802. Grayscale: #777777. Windows color (decimal): -1824771 or 16590820. OLE color: 16590820.

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

Color convert

RGB 228 39 253 -
CMYK 0.10 0.85 0 0.01
HSL 292.99º 0.98% 0.57% -
HSV(B) 292.99º 0.85% 0.99% -
XYZ 50.45 25.04 95.1 -
YUV 119.91 203.12 205.1 -
System Red Green Blue C M Y K H S L
Decimal 228 39 253 0.10 0.85 0 0.01 292.99 0.98 0.57
Hex E4 27 FD A 55 0 1 125 62 39
Octal 344 47 375 12 125 0 1 445 142 71
Binary 11100100 100111 11111101 1010 1010101 0 1 100100101 1100010 111001

Color Harmonies of #E427FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E427FD

Black with #E427FD

Text Example


Text Example

White with #E427FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E427FD; }

 p { color: rgb(228,39,253); }

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

background-color css

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

 a { background-color: rgb(228,39,253); }

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

border-color css

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

 span { border-color: rgb(228,39,253); }

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