Html Css Color HEX #E714FF Psychedelic Purple

📋 copy color: '#E714FF'

red 231 ◦ green 20 ◦ blue 255

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

Shades of Psychedelic Purple #E714FF

Tints of Psychedelic Purple #E714FF

RGB

 RED value IS 231 (90.63% from 255) = 45.65%

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

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

R = 45.65%
G = 3.95%
B = 50.4%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E714FF (or 0xE714FF) is known color: Psychedelic Purple. HEX triplet: E7, 14 and FF. RGB value is (231,20,255). Sum of RGB (Red+Green+Blue) = 231+20+255=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 20 (8.20% from 255 or 3.95% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #E714FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E714FF is #18EB00. Grayscale: #6D6D6D. Windows color (decimal): -1633025 or 16717031. OLE color: 16717031.

HSL color Cylindrical-coordinate representation of color #E714FF: hue angle of 293.87º 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 #E714FF is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 231 20 255 -
CMYK 0.09 0.92 0 0
HSL 293.87º 1% 0.54% -
HSV(B) 293.87º 0.92% 1% -
XYZ 51.26 24.71 96.68 -
YUV 109.88 209.9 214.39 -
System Red Green Blue C M Y K H S L
Decimal 231 20 255 0.09 0.92 0 0 293.87 1 0.54
Hex E7 14 FF 9 5C 0 0 126 64 36
Octal 347 24 377 11 134 0 0 446 144 66
Binary 11100111 10100 11111111 1001 1011100 0 0 100100110 1100100 110110

Color Harmonies of #E714FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E714FF

Black with #E714FF

Text Example


Text Example

White with #E714FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E714FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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