Html Css Color HEX #E036FB Psychedelic Purple

📋 copy color: '#E036FB'

red 224 ◦ green 54 ◦ blue 251

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

Shades of Psychedelic Purple #E036FB

Tints of Psychedelic Purple #E036FB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.21%

 BLUE value IS 251 (98.44% from 255) = 47.45%

R = 42.34%
G = 10.21%
B = 47.45%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E036FB (or 0xE036FB) is known color: Psychedelic Purple. HEX triplet: E0, 36 and FB. RGB value is (224,54,251). Sum of RGB (Red+Green+Blue) = 224+54+251=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 54 (21.48% from 255 or 10.21% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #E036FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E036FB is #1FC904. Grayscale: #7E7E7E. Windows color (decimal): -2083077 or 16463584. OLE color: 16463584.

HSL color Cylindrical-coordinate representation of color #E036FB: hue angle of 291.78º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E036FB is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 54 251 -
CMYK 0.11 0.78 0 0.02
HSL 291.78º 0.96% 0.6% -
HSV(B) 291.78º 0.78% 0.98% -
XYZ 49.47 25.45 93.57 -
YUV 127.29 197.82 196.98 -
System Red Green Blue C M Y K H S L
Decimal 224 54 251 0.11 0.78 0 0.02 291.78 0.96 0.6
Hex E0 36 FB B 4E 0 2 124 60 3C
Octal 340 66 373 13 116 0 2 444 140 74
Binary 11100000 110110 11111011 1011 1001110 0 10 100100100 1100000 111100

Color Harmonies of #E036FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E036FB

Black with #E036FB

Text Example


Text Example

White with #E036FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E036FB; }

 p { color: rgb(224,54,251); }

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

background-color css

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

 a { background-color: rgb(224,54,251); }

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

border-color css

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

 span { border-color: rgb(224,54,251); }

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