Html Css Color HEX #E010F4 Psychedelic Purple

📋 copy color: '#E010F4'

red 224 ◦ green 16 ◦ blue 244

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

Shades of Psychedelic Purple #E010F4

Tints of Psychedelic Purple #E010F4

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.31%

 BLUE value IS 244 (95.7% from 255) = 50.41%

R = 46.28%
G = 3.31%
B = 50.41%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E010F4 (or 0xE010F4) is known color: Psychedelic Purple. HEX triplet: E0, 10 and F4. RGB value is (224,16,244). Sum of RGB (Red+Green+Blue) = 224+16+244=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 16 (6.64% from 255 or 3.31% from 484); Blue value is 244 (95.70% from 255 or 50.41% from 484); Max value from RGB is 244 - color contains mainly: blue. Hex color #E010F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E010F4 is #1FEF0B. Grayscale: #676767. Windows color (decimal): -2092812 or 15995104. OLE color: 15995104.

HSL color Cylindrical-coordinate representation of color #E010F4: hue angle of 294.74º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E010F4 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 16 244 -
CMYK 0.08 0.93 0 0.04
HSL 294.74º 0.91% 0.51% -
HSV(B) 294.74º 0.93% 0.96% -
XYZ 47.25 22.75 87.49 -
YUV 104.18 206.91 213.46 -
System Red Green Blue C M Y K H S L
Decimal 224 16 244 0.08 0.93 0 0.04 294.74 0.91 0.51
Hex E0 10 F4 8 5D 0 4 127 5B 33
Octal 340 20 364 10 135 0 4 447 133 63
Binary 11100000 10000 11110100 1000 1011101 0 100 100100111 1011011 110011

Color Harmonies of #E010F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E010F4

Black with #E010F4

Text Example


Text Example

White with #E010F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E010F4; }

 p { color: rgb(224,16,244); }

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

background-color css

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

 a { background-color: rgb(224,16,244); }

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

border-color css

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

 span { border-color: rgb(224,16,244); }

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