Html Css Color HEX #E00FFC Psychedelic Purple

📋 copy color: '#E00FFC'

red 224 ◦ green 15 ◦ blue 252

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

Shades of Psychedelic Purple #E00FFC

Tints of Psychedelic Purple #E00FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.32%

R = 45.62%
G = 3.05%
B = 51.32%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E00FFC (or 0xE00FFC) is known color: Psychedelic Purple. HEX triplet: E0, 0F and FC. RGB value is (224,15,252). Sum of RGB (Red+Green+Blue) = 224+15+252=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 15 (6.25% from 255 or 3.05% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #E00FFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00FFC is #1FF003. Grayscale: #676767. Windows color (decimal): -2093060 or 16519136. OLE color: 16519136.

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

Color convert

RGB 224 15 252 -
CMYK 0.11 0.94 0 0.01
HSL 292.91º 0.98% 0.52% -
HSV(B) 292.91º 0.94% 0.99% -
XYZ 48.48 23.22 94.02 -
YUV 104.51 211.24 213.23 -
System Red Green Blue C M Y K H S L
Decimal 224 15 252 0.11 0.94 0 0.01 292.91 0.98 0.52
Hex E0 F FC B 5E 0 1 125 62 34
Octal 340 17 374 13 136 0 1 445 142 64
Binary 11100000 1111 11111100 1011 1011110 0 1 100100101 1100010 110100

Color Harmonies of #E00FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00FFC

Black with #E00FFC

Text Example


Text Example

White with #E00FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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