Html Css Color HEX #E614FD Psychedelic Purple

📋 copy color: '#E614FD'

red 230 ◦ green 20 ◦ blue 253

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

Shades of Psychedelic Purple #E614FD

Tints of Psychedelic Purple #E614FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.3%

R = 45.73%
G = 3.98%
B = 50.3%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E614FD (or 0xE614FD) is known color: Psychedelic Purple. HEX triplet: E6, 14 and FD. RGB value is (230,20,253). Sum of RGB (Red+Green+Blue) = 230+20+253=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 20 (8.20% from 255 or 3.98% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #E614FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E614FD is #19EB02. Grayscale: #6C6C6C. Windows color (decimal): -1698563 or 16585958. OLE color: 16585958.

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

Color convert

RGB 230 20 253 -
CMYK 0.09 0.92 0 0.01
HSL 294.08º 0.98% 0.54% -
HSV(B) 294.08º 0.92% 0.99% -
XYZ 50.61 24.42 94.97 -
YUV 109.35 209.07 214.05 -
System Red Green Blue C M Y K H S L
Decimal 230 20 253 0.09 0.92 0 0.01 294.08 0.98 0.54
Hex E6 14 FD 9 5C 0 1 126 62 36
Octal 346 24 375 11 134 0 1 446 142 66
Binary 11100110 10100 11111101 1001 1011100 0 1 100100110 1100010 110110

Color Harmonies of #E614FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E614FD

Black with #E614FD

Text Example


Text Example

White with #E614FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E614FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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