Html Css Color HEX #E614FE Psychedelic Purple

📋 copy color: '#E614FE'

red 230 ◦ green 20 ◦ blue 254

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

Shades of Psychedelic Purple #E614FE

Tints of Psychedelic Purple #E614FE

RGB

 RED value IS 230 (90.23% from 255) = 45.63%

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

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

R = 45.63%
G = 3.97%
B = 50.4%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E614FE (or 0xE614FE) is known color: Psychedelic Purple. HEX triplet: E6, 14 and FE. RGB value is (230,20,254). Sum of RGB (Red+Green+Blue) = 230+20+254=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 20 (8.20% from 255 or 3.97% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #E614FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E614FE is #19EB01. Grayscale: #6C6C6C. Windows color (decimal): -1698562 or 16651494. OLE color: 16651494.

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

Color convert

RGB 230 20 254 -
CMYK 0.09 0.92 0 0.00
HSL 293.85º 0.99% 0.54% -
HSV(B) 293.85º 0.92% 1% -
XYZ 50.77 24.48 95.81 -
YUV 109.47 209.57 213.97 -
System Red Green Blue C M Y K H S L
Decimal 230 20 254 0.09 0.92 0 0.00 293.85 0.99 0.54
Hex E6 14 FE 9 5C 0 0 126 63 36
Octal 346 24 376 11 134 0 0 446 143 66
Binary 11100110 10100 11111110 1001 1011100 0 0 100100110 1100011 110110

Color Harmonies of #E614FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E614FE

Black with #E614FE

Text Example


Text Example

White with #E614FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E614FE; }

 p { color: rgb(230,20,254); }

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

background-color css

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

 a { background-color: rgb(230,20,254); }

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

border-color css

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

 span { border-color: rgb(230,20,254); }

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