Html Css Color HEX #E614F7 Psychedelic Purple

📋 copy color: '#E614F7'

red 230 ◦ green 20 ◦ blue 247

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

Shades of Psychedelic Purple #E614F7

Tints of Psychedelic Purple #E614F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.7%

R = 46.28%
G = 4.02%
B = 49.7%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E614F7 (or 0xE614F7) is known color: Psychedelic Purple. HEX triplet: E6, 14 and F7. RGB value is (230,20,247). Sum of RGB (Red+Green+Blue) = 230+20+247=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 20 (8.20% from 255 or 4.02% from 497); Blue value is 247 (96.88% from 255 or 49.70% from 497); Max value from RGB is 247 - color contains mainly: blue. Hex color #E614F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E614F7 is #19EB08. Grayscale: #6B6B6B. Windows color (decimal): -1698569 or 16192742. OLE color: 16192742.

HSL color Cylindrical-coordinate representation of color #E614F7: hue angle of 295.51º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E614F7 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 230 20 247 -
CMYK 0.07 0.92 0 0.03
HSL 295.51º 0.93% 0.52% -
HSV(B) 295.51º 0.92% 0.97% -
XYZ 49.67 24.04 90.02 -
YUV 108.67 206.07 214.54 -
System Red Green Blue C M Y K H S L
Decimal 230 20 247 0.07 0.92 0 0.03 295.51 0.93 0.52
Hex E6 14 F7 7 5C 0 3 128 5D 34
Octal 346 24 367 7 134 0 3 450 135 64
Binary 11100110 10100 11110111 111 1011100 0 11 100101000 1011101 110100

Color Harmonies of #E614F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E614F7

Black with #E614F7

Text Example


Text Example

White with #E614F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E614F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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