Html Css Color HEX #E00CFE Psychedelic Purple

📋 copy color: '#E00CFE'

red 224 ◦ green 12 ◦ blue 254

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

Shades of Psychedelic Purple #E00CFE

Tints of Psychedelic Purple #E00CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.84%

R = 45.71%
G = 2.45%
B = 51.84%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E00CFE (or 0xE00CFE) is known color: Psychedelic Purple. HEX triplet: E0, 0C and FE. RGB value is (224,12,254). Sum of RGB (Red+Green+Blue) = 224+12+254=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 12 (5.08% from 255 or 2.45% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #E00CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00CFE is #1FF301. Grayscale: #666666. Windows color (decimal): -2093826 or 16649440. OLE color: 16649440.

HSL color Cylindrical-coordinate representation of color #E00CFE: hue angle of 292.56º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00CFE is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 12 254 -
CMYK 0.12 0.95 0 0.00
HSL 292.56º 0.99% 0.52% -
HSV(B) 292.56º 0.95% 1% -
XYZ 48.76 23.27 95.69 -
YUV 102.98 213.24 214.32 -
System Red Green Blue C M Y K H S L
Decimal 224 12 254 0.12 0.95 0 0.00 292.56 0.99 0.52
Hex E0 C FE C 5F 0 0 125 63 34
Octal 340 14 376 14 137 0 0 445 143 64
Binary 11100000 1100 11111110 1100 1011111 0 0 100100101 1100011 110100

Color Harmonies of #E00CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00CFE

Black with #E00CFE

Text Example


Text Example

White with #E00CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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