Html Css Color HEX #E614FF Psychedelic Purple

📋 copy color: '#E614FF'

red 230 ◦ green 20 ◦ blue 255

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

Shades of Psychedelic Purple #E614FF

Tints of Psychedelic Purple #E614FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.5%

R = 45.54%
G = 3.96%
B = 50.5%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E614FF (or 0xE614FF) is known color: Psychedelic Purple. HEX triplet: E6, 14 and FF. RGB value is (230,20,255). Sum of RGB (Red+Green+Blue) = 230+20+255=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 20 (8.20% from 255 or 3.96% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #E614FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E614FF is #19EB00. Grayscale: #6C6C6C. Windows color (decimal): -1698561 or 16717030. OLE color: 16717030.

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

Color convert

RGB 230 20 255 -
CMYK 0.10 0.92 0 0
HSL 293.62º 1% 0.54% -
HSV(B) 293.62º 0.92% 1% -
XYZ 50.93 24.54 96.66 -
YUV 109.58 210.07 213.89 -
System Red Green Blue C M Y K H S L
Decimal 230 20 255 0.10 0.92 0 0 293.62 1 0.54
Hex E6 14 FF A 5C 0 0 126 64 36
Octal 346 24 377 12 134 0 0 446 144 66
Binary 11100110 10100 11111111 1010 1011100 0 0 100100110 1100100 110110

Color Harmonies of #E614FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E614FF

Black with #E614FF

Text Example


Text Example

White with #E614FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E614FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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