Html Css Color HEX #E038FF Psychedelic Purple

📋 copy color: '#E038FF'

red 224 ◦ green 56 ◦ blue 255

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

Shades of Psychedelic Purple #E038FF

Tints of Psychedelic Purple #E038FF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.47%

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

R = 41.87%
G = 10.47%
B = 47.66%

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

#E038FF (or 0xE038FF) is known color: Psychedelic Purple. HEX triplet: E0, 38 and FF. RGB value is (224,56,255). Sum of RGB (Red+Green+Blue) = 224+56+255=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 56 (22.27% from 255 or 10.47% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #E038FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E038FF is #1FC700. Grayscale: #808080. Windows color (decimal): -2082561 or 16726240. OLE color: 16726240.

HSL color Cylindrical-coordinate representation of color #E038FF: hue angle of 290.65º 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 #E038FF is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 224 56 255 -
CMYK 0.12 0.78 0 0
HSL 290.65º 1% 0.61% -
HSV(B) 290.65º 0.78% 1% -
XYZ 50.2 25.9 96.96 -
YUV 128.92 199.16 195.82 -
System Red Green Blue C M Y K H S L
Decimal 224 56 255 0.12 0.78 0 0 290.65 1 0.61
Hex E0 38 FF C 4E 0 0 123 64 3D
Octal 340 70 377 14 116 0 0 443 144 75
Binary 11100000 111000 11111111 1100 1001110 0 0 100100011 1100100 111101

Color Harmonies of #E038FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E038FF

Black with #E038FF

Text Example


Text Example

White with #E038FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E038FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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