Html Css Color HEX #E035FC Psychedelic Purple

📋 copy color: '#E035FC'

red 224 ◦ green 53 ◦ blue 252

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

Shades of Psychedelic Purple #E035FC

Tints of Psychedelic Purple #E035FC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.02%

 BLUE value IS 252 (98.83% from 255) = 47.64%

R = 42.34%
G = 10.02%
B = 47.64%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E035FC (or 0xE035FC) is known color: Psychedelic Purple. HEX triplet: E0, 35 and FC. RGB value is (224,53,252). Sum of RGB (Red+Green+Blue) = 224+53+252=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 53 (21.09% from 255 or 10.02% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #E035FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E035FC is #1FCA03. Grayscale: #7E7E7E. Windows color (decimal): -2083332 or 16528864. OLE color: 16528864.

HSL color Cylindrical-coordinate representation of color #E035FC: hue angle of 291.56º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E035FC is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 53 252 -
CMYK 0.11 0.79 0 0.01
HSL 291.56º 0.97% 0.6% -
HSV(B) 291.56º 0.79% 0.99% -
XYZ 49.58 25.42 94.39 -
YUV 126.82 198.65 197.32 -
System Red Green Blue C M Y K H S L
Decimal 224 53 252 0.11 0.79 0 0.01 291.56 0.97 0.6
Hex E0 35 FC B 4F 0 1 124 61 3C
Octal 340 65 374 13 117 0 1 444 141 74
Binary 11100000 110101 11111100 1011 1001111 0 1 100100100 1100001 111100

Color Harmonies of #E035FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E035FC

Black with #E035FC

Text Example


Text Example

White with #E035FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E035FC; }

 p { color: rgb(224,53,252); }

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

background-color css

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

 a { background-color: rgb(224,53,252); }

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

border-color css

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

 span { border-color: rgb(224,53,252); }

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