Html Css Color HEX #E714E3 Psychedelic Purple

📋 copy color: '#E714E3'

red 231 ◦ green 20 ◦ blue 227

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

Shades of Psychedelic Purple #E714E3

Tints of Psychedelic Purple #E714E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 47.49%

R = 48.33%
G = 4.18%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E714E3 (or 0xE714E3) is known color: Psychedelic Purple. HEX triplet: E7, 14 and E3. RGB value is (231,20,227). Sum of RGB (Red+Green+Blue) = 231+20+227=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 20 (8.20% from 255 or 4.18% from 478); Blue value is 227 (89.06% from 255 or 47.49% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E714E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E714E3 is #18EB1C. Grayscale: #6A6A6A. Windows color (decimal): -1633053 or 14882023. OLE color: 14882023.

HSL color Cylindrical-coordinate representation of color #E714E3: hue angle of 301.14º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E714E3 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 20 227 -
CMYK 0 0.91 0.02 0.09
HSL 301.14º 0.84% 0.49% -
HSV(B) 301.14º 0.91% 0.91% -
XYZ 47.07 23.04 74.64 -
YUV 106.69 195.9 216.67 -
System Red Green Blue C M Y K H S L
Decimal 231 20 227 0 0.91 0.02 0.09 301.14 0.84 0.49
Hex E7 14 E3 0 5B 2 9 12D 54 31
Octal 347 24 343 0 133 2 11 455 124 61
Binary 11100111 10100 11100011 0 1011011 10 1001 100101101 1010100 110001

Color Harmonies of #E714E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E714E3

Black with #E714E3

Text Example


Text Example

White with #E714E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E714E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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