Html Css Color HEX #E01CFC Psychedelic Purple

📋 copy color: '#E01CFC'

red 224 ◦ green 28 ◦ blue 252

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

Shades of Psychedelic Purple #E01CFC

Tints of Psychedelic Purple #E01CFC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.56%

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

R = 44.44%
G = 5.56%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E01CFC (or 0xE01CFC) is known color: Psychedelic Purple. HEX triplet: E0, 1C and FC. RGB value is (224,28,252). Sum of RGB (Red+Green+Blue) = 224+28+252=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 28 (11.33% from 255 or 5.56% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #E01CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01CFC is #1FE303. Grayscale: #6F6F6F. Windows color (decimal): -2089732 or 16522464. OLE color: 16522464.

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

Color convert

RGB 224 28 252 -
CMYK 0.11 0.89 0 0.01
HSL 292.5º 0.97% 0.55% -
HSV(B) 292.5º 0.89% 0.99% -
XYZ 48.73 23.71 94.1 -
YUV 112.14 206.93 207.79 -
System Red Green Blue C M Y K H S L
Decimal 224 28 252 0.11 0.89 0 0.01 292.5 0.97 0.55
Hex E0 1C FC B 59 0 1 124 61 37
Octal 340 34 374 13 131 0 1 444 141 67
Binary 11100000 11100 11111100 1011 1011001 0 1 100100100 1100001 110111

Color Harmonies of #E01CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01CFC

Black with #E01CFC

Text Example


Text Example

White with #E01CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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