Html Css Color HEX #E114FC Psychedelic Purple

📋 copy color: '#E114FC'

red 225 ◦ green 20 ◦ blue 252

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

Shades of Psychedelic Purple #E114FC

Tints of Psychedelic Purple #E114FC

RGB

 RED value IS 225 (88.28% from 255) = 45.27%

 GREEN value IS 20 (8.2% from 255) = 4.02%

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

R = 45.27%
G = 4.02%
B = 50.7%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E114FC (or 0xE114FC) is known color: Psychedelic Purple. HEX triplet: E1, 14 and FC. RGB value is (225,20,252). Sum of RGB (Red+Green+Blue) = 225+20+252=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 20 (8.20% from 255 or 4.02% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #E114FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E114FC is #1EEB03. Grayscale: #6B6B6B. Windows color (decimal): -2026244 or 16520417. OLE color: 16520417.

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

Color convert

RGB 225 20 252 -
CMYK 0.11 0.92 0 0.01
HSL 293.02º 0.97% 0.53% -
HSV(B) 293.02º 0.92% 0.99% -
XYZ 48.87 23.54 94.06 -
YUV 107.74 209.42 211.64 -
System Red Green Blue C M Y K H S L
Decimal 225 20 252 0.11 0.92 0 0.01 293.02 0.97 0.53
Hex E1 14 FC B 5C 0 1 125 61 35
Octal 341 24 374 13 134 0 1 445 141 65
Binary 11100001 10100 11111100 1011 1011100 0 1 100100101 1100001 110101

Color Harmonies of #E114FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E114FC

Black with #E114FC

Text Example


Text Example

White with #E114FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E114FC; }

 p { color: rgb(225,20,252); }

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

background-color css

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

 a { background-color: rgb(225,20,252); }

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

border-color css

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

 span { border-color: rgb(225,20,252); }

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