Html Css Color HEX #E00EF2 Psychedelic Purple

📋 copy color: '#E00EF2'

red 224 ◦ green 14 ◦ blue 242

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

Shades of Psychedelic Purple #E00EF2

Tints of Psychedelic Purple #E00EF2

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.92%

 BLUE value IS 242 (94.92% from 255) = 50.42%

R = 46.67%
G = 2.92%
B = 50.42%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E00EF2 (or 0xE00EF2) is known color: Psychedelic Purple. HEX triplet: E0, 0E and F2. RGB value is (224,14,242). Sum of RGB (Red+Green+Blue) = 224+14+242=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 14 (5.86% from 255 or 2.92% from 480); Blue value is 242 (94.92% from 255 or 50.42% from 480); Max value from RGB is 242 - color contains mainly: blue. Hex color #E00EF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00EF2 is #1FF10D. Grayscale: #666666. Windows color (decimal): -2093326 or 15863520. OLE color: 15863520.

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

Color convert

RGB 224 14 242 -
CMYK 0.07 0.94 0 0.05
HSL 295.26º 0.9% 0.5% -
HSV(B) 295.26º 0.94% 0.95% -
XYZ 46.92 22.57 85.89 -
YUV 102.78 206.57 214.46 -
System Red Green Blue C M Y K H S L
Decimal 224 14 242 0.07 0.94 0 0.05 295.26 0.9 0.5
Hex E0 E F2 7 5E 0 5 127 5A 32
Octal 340 16 362 7 136 0 5 447 132 62
Binary 11100000 1110 11110010 111 1011110 0 101 100100111 1011010 110010

Color Harmonies of #E00EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00EF2

Black with #E00EF2

Text Example


Text Example

White with #E00EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00EF2; }

 p { color: rgb(224,14,242); }

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

background-color css

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

 a { background-color: rgb(224,14,242); }

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

border-color css

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

 span { border-color: rgb(224,14,242); }

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