Html Css Color HEX #E00FF0 Psychedelic Purple

📋 copy color: '#E00FF0'

red 224 ◦ green 15 ◦ blue 240

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

Shades of Psychedelic Purple #E00FF0

Tints of Psychedelic Purple #E00FF0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.13%

 BLUE value IS 240 (94.14% from 255) = 50.1%

R = 46.76%
G = 3.13%
B = 50.1%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E00FF0 (or 0xE00FF0) is known color: Psychedelic Purple. HEX triplet: E0, 0F and F0. RGB value is (224,15,240). Sum of RGB (Red+Green+Blue) = 224+15+240=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 15 (6.25% from 255 or 3.13% from 479); Blue value is 240 (94.14% from 255 or 50.10% from 479); Max value from RGB is 240 - color contains mainly: blue. Hex color #E00FF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00FF0 is #1FF00F. Grayscale: #666666. Windows color (decimal): -2093072 or 15732704. OLE color: 15732704.

HSL color Cylindrical-coordinate representation of color #E00FF0: hue angle of 295.73º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00FF0 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 15 240 -
CMYK 0.07 0.94 0 0.06
HSL 295.73º 0.88% 0.5% -
HSV(B) 295.73º 0.94% 0.94% -
XYZ 46.64 22.48 84.32 -
YUV 103.14 205.24 214.2 -
System Red Green Blue C M Y K H S L
Decimal 224 15 240 0.07 0.94 0 0.06 295.73 0.88 0.5
Hex E0 F F0 7 5E 0 6 128 58 32
Octal 340 17 360 7 136 0 6 450 130 62
Binary 11100000 1111 11110000 111 1011110 0 110 100101000 1011000 110010

Color Harmonies of #E00FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00FF0

Black with #E00FF0

Text Example


Text Example

White with #E00FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00FF0; }

 p { color: rgb(224,15,240); }

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

background-color css

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

 a { background-color: rgb(224,15,240); }

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

border-color css

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

 span { border-color: rgb(224,15,240); }

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