Html Css Color HEX #E033FC Psychedelic Purple

📋 copy color: '#E033FC'

red 224 ◦ green 51 ◦ blue 252

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

Shades of Psychedelic Purple #E033FC

Tints of Psychedelic Purple #E033FC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 9.68%

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

R = 42.5%
G = 9.68%
B = 47.82%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E033FC (or 0xE033FC) is known color: Psychedelic Purple. HEX triplet: E0, 33 and FC. RGB value is (224,51,252). Sum of RGB (Red+Green+Blue) = 224+51+252=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 51 (20.31% from 255 or 9.68% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #E033FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E033FC is #1FCC03. Grayscale: #7D7D7D. Windows color (decimal): -2083844 or 16528352. OLE color: 16528352.

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

Color convert

RGB 224 51 252 -
CMYK 0.11 0.80 0 0.01
HSL 291.64º 0.97% 0.59% -
HSV(B) 291.64º 0.8% 0.99% -
XYZ 49.49 25.24 94.36 -
YUV 125.64 199.31 198.16 -
System Red Green Blue C M Y K H S L
Decimal 224 51 252 0.11 0.80 0 0.01 291.64 0.97 0.59
Hex E0 33 FC B 50 0 1 124 61 3B
Octal 340 63 374 13 120 0 1 444 141 73
Binary 11100000 110011 11111100 1011 1010000 0 1 100100100 1100001 111011

Color Harmonies of #E033FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E033FC

Black with #E033FC

Text Example


Text Example

White with #E033FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E033FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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