Html Css Color HEX #E002F0 Psychedelic Purple

📋 copy color: '#E002F0'

red 224 ◦ green 2 ◦ blue 240

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

Shades of Psychedelic Purple #E002F0

Tints of Psychedelic Purple #E002F0

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.43%

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

R = 48.07%
G = 0.43%
B = 51.5%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E002F0 (or 0xE002F0) is known color: Psychedelic Purple. HEX triplet: E0, 02 and F0. RGB value is (224,2,240). Sum of RGB (Red+Green+Blue) = 224+2+240=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 2 (1.17% from 255 or 0.43% from 466); Blue value is 240 (94.14% from 255 or 51.50% from 466); Max value from RGB is 240 - color contains mainly: blue. Hex color #E002F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E002F0 is #1FFD0F. Grayscale: #5E5E5E. Windows color (decimal): -2096400 or 15729376. OLE color: 15729376.

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

Color convert

RGB 224 2 240 -
CMYK 0.07 0.99 0 0.06
HSL 295.97º 0.98% 0.47% -
HSV(B) 295.97º 0.99% 0.94% -
XYZ 46.49 22.18 84.27 -
YUV 95.51 209.55 219.65 -
System Red Green Blue C M Y K H S L
Decimal 224 2 240 0.07 0.99 0 0.06 295.97 0.98 0.47
Hex E0 2 F0 7 63 0 6 128 62 2F
Octal 340 2 360 7 143 0 6 450 142 57
Binary 11100000 10 11110000 111 1100011 0 110 100101000 1100010 101111

Color Harmonies of #E002F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E002F0

Black with #E002F0

Text Example


Text Example

White with #E002F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E002F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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