Html Css Color HEX #E033F6 Psychedelic Purple

📋 copy color: '#E033F6'

red 224 ◦ green 51 ◦ blue 246

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

Shades of Psychedelic Purple #E033F6

Tints of Psychedelic Purple #E033F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.22%

R = 42.99%
G = 9.79%
B = 47.22%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E033F6 (or 0xE033F6) is known color: Psychedelic Purple. HEX triplet: E0, 33 and F6. RGB value is (224,51,246). Sum of RGB (Red+Green+Blue) = 224+51+246=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 51 (20.31% from 255 or 9.79% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #E033F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E033F6 is #1FCC09. Grayscale: #7C7C7C. Windows color (decimal): -2083850 or 16135136. OLE color: 16135136.

HSL color Cylindrical-coordinate representation of color #E033F6: hue angle of 293.23º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E033F6 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 51 246 -
CMYK 0.09 0.79 0 0.04
HSL 293.23º 0.92% 0.58% -
HSV(B) 293.23º 0.79% 0.96% -
XYZ 48.56 24.87 89.43 -
YUV 124.96 196.31 198.64 -
System Red Green Blue C M Y K H S L
Decimal 224 51 246 0.09 0.79 0 0.04 293.23 0.92 0.58
Hex E0 33 F6 9 4F 0 4 125 5C 3A
Octal 340 63 366 11 117 0 4 445 134 72
Binary 11100000 110011 11110110 1001 1001111 0 100 100100101 1011100 111010

Color Harmonies of #E033F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E033F6

Black with #E033F6

Text Example


Text Example

White with #E033F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E033F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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