Html Css Color HEX #E033FF Psychedelic Purple

📋 copy color: '#E033FF'

red 224 ◦ green 51 ◦ blue 255

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

Shades of Psychedelic Purple #E033FF

Tints of Psychedelic Purple #E033FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.11%

R = 42.26%
G = 9.62%
B = 48.11%

CMYK

 C value IS 0.12

 M value IS 0.8

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E033FF (or 0xE033FF) is known color: Psychedelic Purple. HEX triplet: E0, 33 and FF. RGB value is (224,51,255). Sum of RGB (Red+Green+Blue) = 224+51+255=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 51 (20.31% from 255 or 9.62% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #E033FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E033FF is #1FCC00. Grayscale: #7D7D7D. Windows color (decimal): -2083841 or 16724960. OLE color: 16724960.

HSL color Cylindrical-coordinate representation of color #E033FF: hue angle of 290.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E033FF is Cyan = 0.12, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 224 51 255 -
CMYK 0.12 0.8 0 0
HSL 290.88º 1% 0.6% -
HSV(B) 290.88º 0.8% 1% -
XYZ 49.97 25.43 96.88 -
YUV 125.98 200.81 197.91 -
System Red Green Blue C M Y K H S L
Decimal 224 51 255 0.12 0.8 0 0 290.88 1 0.6
Hex E0 33 FF C 50 0 0 123 64 3C
Octal 340 63 377 14 120 0 0 443 144 74
Binary 11100000 110011 11111111 1100 1010000 0 0 100100011 1100100 111100

Color Harmonies of #E033FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E033FF

Black with #E033FF

Text Example


Text Example

White with #E033FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E033FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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