Html Css Color HEX #E427ED Psychedelic Purple

📋 copy color: '#E427ED'

red 228 ◦ green 39 ◦ blue 237

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

Shades of Psychedelic Purple #E427ED

Tints of Psychedelic Purple #E427ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.02%

R = 45.24%
G = 7.74%
B = 47.02%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E427ED (or 0xE427ED) is known color: Psychedelic Purple. HEX triplet: E4, 27 and ED. RGB value is (228,39,237). Sum of RGB (Red+Green+Blue) = 228+39+237=504 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.24% from 504); Green value is 39 (15.62% from 255 or 7.74% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #E427ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E427ED is #1BD812. Grayscale: #757575. Windows color (decimal): -1824787 or 15542244. OLE color: 15542244.

HSL color Cylindrical-coordinate representation of color #E427ED: hue angle of 297.27º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E427ED is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 39 237 -
CMYK 0.04 0.84 0 0.07
HSL 297.27º 0.85% 0.54% -
HSV(B) 297.27º 0.84% 0.93% -
XYZ 48.01 24.06 82.23 -
YUV 118.08 195.12 206.4 -
System Red Green Blue C M Y K H S L
Decimal 228 39 237 0.04 0.84 0 0.07 297.27 0.85 0.54
Hex E4 27 ED 4 54 0 7 129 55 36
Octal 344 47 355 4 124 0 7 451 125 66
Binary 11100100 100111 11101101 100 1010100 0 111 100101001 1010101 110110

Color Harmonies of #E427ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E427ED

Black with #E427ED

Text Example


Text Example

White with #E427ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E427ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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