Html Css Color HEX #E033FA Psychedelic Purple

📋 copy color: '#E033FA'

red 224 ◦ green 51 ◦ blue 250

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

Shades of Psychedelic Purple #E033FA

Tints of Psychedelic Purple #E033FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.62%

R = 42.67%
G = 9.71%
B = 47.62%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E033FA (or 0xE033FA) is known color: Psychedelic Purple. HEX triplet: E0, 33 and FA. RGB value is (224,51,250). Sum of RGB (Red+Green+Blue) = 224+51+250=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 51 (20.31% from 255 or 9.71% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #E033FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E033FA is #1FCC05. Grayscale: #7C7C7C. Windows color (decimal): -2083846 or 16397280. OLE color: 16397280.

HSL color Cylindrical-coordinate representation of color #E033FA: hue angle of 292.16º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E033FA is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 51 250 -
CMYK 0.10 0.80 0 0.02
HSL 292.16º 0.95% 0.59% -
HSV(B) 292.16º 0.8% 0.98% -
XYZ 49.18 25.12 92.7 -
YUV 125.41 198.31 198.32 -
System Red Green Blue C M Y K H S L
Decimal 224 51 250 0.10 0.80 0 0.02 292.16 0.95 0.59
Hex E0 33 FA A 50 0 2 124 5F 3B
Octal 340 63 372 12 120 0 2 444 137 73
Binary 11100000 110011 11111010 1010 1010000 0 10 100100100 1011111 111011

Color Harmonies of #E033FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E033FA

Black with #E033FA

Text Example


Text Example

White with #E033FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E033FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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