Html Css Color HEX #E00CF4 Psychedelic Purple

📋 copy color: '#E00CF4'

red 224 ◦ green 12 ◦ blue 244

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

Shades of Psychedelic Purple #E00CF4

Tints of Psychedelic Purple #E00CF4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.5%

 BLUE value IS 244 (95.7% from 255) = 50.83%

R = 46.67%
G = 2.5%
B = 50.83%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E00CF4 (or 0xE00CF4) is known color: Psychedelic Purple. HEX triplet: E0, 0C and F4. RGB value is (224,12,244). Sum of RGB (Red+Green+Blue) = 224+12+244=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 12 (5.08% from 255 or 2.5% from 480); Blue value is 244 (95.70% from 255 or 50.83% from 480); Max value from RGB is 244 - color contains mainly: blue. Hex color #E00CF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00CF4 is #1FF30B. Grayscale: #656565. Windows color (decimal): -2093836 or 15994080. OLE color: 15994080.

HSL color Cylindrical-coordinate representation of color #E00CF4: hue angle of 294.83º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00CF4 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 12 244 -
CMYK 0.08 0.95 0 0.04
HSL 294.83º 0.91% 0.5% -
HSV(B) 294.83º 0.95% 0.96% -
XYZ 47.2 22.64 87.47 -
YUV 101.84 208.24 215.14 -
System Red Green Blue C M Y K H S L
Decimal 224 12 244 0.08 0.95 0 0.04 294.83 0.91 0.5
Hex E0 C F4 8 5F 0 4 127 5B 32
Octal 340 14 364 10 137 0 4 447 133 62
Binary 11100000 1100 11110100 1000 1011111 0 100 100100111 1011011 110010

Color Harmonies of #E00CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00CF4

Black with #E00CF4

Text Example


Text Example

White with #E00CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00CF4; }

 p { color: rgb(224,12,244); }

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

background-color css

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

 a { background-color: rgb(224,12,244); }

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

border-color css

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

 span { border-color: rgb(224,12,244); }

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