Html Css Color HEX #E004FF Psychedelic Purple

📋 copy color: '#E004FF'

red 224 ◦ green 4 ◦ blue 255

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

Shades of Psychedelic Purple #E004FF

Tints of Psychedelic Purple #E004FF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.83%

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

R = 46.38%
G = 0.83%
B = 52.8%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E004FF (or 0xE004FF) is known color: Psychedelic Purple. HEX triplet: E0, 04 and FF. RGB value is (224,4,255). Sum of RGB (Red+Green+Blue) = 224+4+255=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 4 (1.95% from 255 or 0.83% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #E004FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E004FF is #1FFB00. Grayscale: #616161. Windows color (decimal): -2095873 or 16712928. OLE color: 16712928.

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

Color convert

RGB 224 4 255 -
CMYK 0.12 0.98 0 0
HSL 292.59º 1% 0.51% -
HSV(B) 292.59º 0.98% 1% -
XYZ 48.83 23.15 96.5 -
YUV 98.39 216.39 217.59 -
System Red Green Blue C M Y K H S L
Decimal 224 4 255 0.12 0.98 0 0 292.59 1 0.51
Hex E0 4 FF C 62 0 0 125 64 33
Octal 340 4 377 14 142 0 0 445 144 63
Binary 11100000 100 11111111 1100 1100010 0 0 100100101 1100100 110011

Color Harmonies of #E004FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E004FF

Black with #E004FF

Text Example


Text Example

White with #E004FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E004FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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