Html Css Color HEX #E714E5 Psychedelic Purple

📋 copy color: '#E714E5'

red 231 ◦ green 20 ◦ blue 229

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

Shades of Psychedelic Purple #E714E5

Tints of Psychedelic Purple #E714E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.71%

R = 48.13%
G = 4.17%
B = 47.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E714E5 (or 0xE714E5) is known color: Psychedelic Purple. HEX triplet: E7, 14 and E5. RGB value is (231,20,229). Sum of RGB (Red+Green+Blue) = 231+20+229=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 20 (8.20% from 255 or 4.17% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E714E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E714E5 is #18EB1A. Grayscale: #6A6A6A. Windows color (decimal): -1633051 or 15013095. OLE color: 15013095.

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

Color convert

RGB 231 20 229 -
CMYK 0 0.91 0.01 0.09
HSL 300.57º 0.84% 0.49% -
HSV(B) 300.57º 0.91% 0.91% -
XYZ 47.35 23.15 76.1 -
YUV 106.92 196.9 216.51 -
System Red Green Blue C M Y K H S L
Decimal 231 20 229 0 0.91 0.01 0.09 300.57 0.84 0.49
Hex E7 14 E5 0 5B 1 9 12D 54 31
Octal 347 24 345 0 133 1 11 455 124 61
Binary 11100111 10100 11100101 0 1011011 1 1001 100101101 1010100 110001

Color Harmonies of #E714E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E714E5

Black with #E714E5

Text Example


Text Example

White with #E714E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E714E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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