Html Css Color HEX #E037FF Psychedelic Purple

📋 copy color: '#E037FF'

red 224 ◦ green 55 ◦ blue 255

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

Shades of Psychedelic Purple #E037FF

Tints of Psychedelic Purple #E037FF

RGB

 RED value IS 224 (87.89% from 255) = 41.95%

 GREEN value IS 55 (21.88% from 255) = 10.3%

 BLUE value IS 255 (100% from 255) = 47.75%

R = 41.95%
G = 10.3%
B = 47.75%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E037FF (or 0xE037FF) is known color: Psychedelic Purple. HEX triplet: E0, 37 and FF. RGB value is (224,55,255). Sum of RGB (Red+Green+Blue) = 224+55+255=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 55 (21.88% from 255 or 10.30% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #E037FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E037FF is #1FC800. Grayscale: #7F7F7F. Windows color (decimal): -2082817 or 16725984. OLE color: 16725984.

HSL color Cylindrical-coordinate representation of color #E037FF: hue angle of 290.7º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E037FF is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 224 55 255 -
CMYK 0.12 0.78 0 0
HSL 290.7º 1% 0.61% -
HSV(B) 290.7º 0.78% 1% -
XYZ 50.16 25.8 96.94 -
YUV 128.33 199.49 196.24 -
System Red Green Blue C M Y K H S L
Decimal 224 55 255 0.12 0.78 0 0 290.7 1 0.61
Hex E0 37 FF C 4E 0 0 123 64 3D
Octal 340 67 377 14 116 0 0 443 144 75
Binary 11100000 110111 11111111 1100 1001110 0 0 100100011 1100100 111101

Color Harmonies of #E037FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E037FF

Black with #E037FF

Text Example


Text Example

White with #E037FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E037FF; }

 p { color: rgb(224,55,255); }

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

background-color css

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

 a { background-color: rgb(224,55,255); }

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

border-color css

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

 span { border-color: rgb(224,55,255); }

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