Html Css Color HEX #E033FD Psychedelic Purple

📋 copy color: '#E033FD'

red 224 ◦ green 51 ◦ blue 253

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

Shades of Psychedelic Purple #E033FD

Tints of Psychedelic Purple #E033FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.92%

R = 42.42%
G = 9.66%
B = 47.92%

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

#E033FD (or 0xE033FD) is known color: Psychedelic Purple. HEX triplet: E0, 33 and FD. RGB value is (224,51,253). Sum of RGB (Red+Green+Blue) = 224+51+253=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 51 (20.31% from 255 or 9.66% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #E033FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E033FD is #1FCC02. Grayscale: #7D7D7D. Windows color (decimal): -2083843 or 16593888. OLE color: 16593888.

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

Color convert

RGB 224 51 253 -
CMYK 0.11 0.80 0 0.01
HSL 291.39º 0.98% 0.6% -
HSV(B) 291.39º 0.8% 0.99% -
XYZ 49.65 25.31 95.2 -
YUV 125.76 199.81 198.07 -
System Red Green Blue C M Y K H S L
Decimal 224 51 253 0.11 0.80 0 0.01 291.39 0.98 0.6
Hex E0 33 FD B 50 0 1 123 62 3C
Octal 340 63 375 13 120 0 1 443 142 74
Binary 11100000 110011 11111101 1011 1010000 0 1 100100011 1100010 111100

Color Harmonies of #E033FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E033FD

Black with #E033FD

Text Example


Text Example

White with #E033FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E033FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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