Html Css Color HEX #E714FB Psychedelic Purple

📋 copy color: '#E714FB'

red 231 ◦ green 20 ◦ blue 251

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

Shades of Psychedelic Purple #E714FB

Tints of Psychedelic Purple #E714FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50%

R = 46.02%
G = 3.98%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E714FB (or 0xE714FB) is known color: Psychedelic Purple. HEX triplet: E7, 14 and FB. RGB value is (231,20,251). Sum of RGB (Red+Green+Blue) = 231+20+251=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 20 (8.20% from 255 or 3.98% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #E714FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E714FB is #18EB04. Grayscale: #6C6C6C. Windows color (decimal): -1633029 or 16454887. OLE color: 16454887.

HSL color Cylindrical-coordinate representation of color #E714FB: hue angle of 294.81º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E714FB is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 20 251 -
CMYK 0.08 0.92 0 0.02
HSL 294.81º 0.97% 0.53% -
HSV(B) 294.81º 0.92% 0.98% -
XYZ 50.62 24.45 93.32 -
YUV 109.42 207.9 214.72 -
System Red Green Blue C M Y K H S L
Decimal 231 20 251 0.08 0.92 0 0.02 294.81 0.97 0.53
Hex E7 14 FB 8 5C 0 2 127 61 35
Octal 347 24 373 10 134 0 2 447 141 65
Binary 11100111 10100 11111011 1000 1011100 0 10 100100111 1100001 110101

Color Harmonies of #E714FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E714FB

Black with #E714FB

Text Example


Text Example

White with #E714FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E714FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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