Html Css Color HEX #E729FE Psychedelic Purple

📋 copy color: '#E729FE'

red 231 ◦ green 41 ◦ blue 254

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

Shades of Psychedelic Purple #E729FE

Tints of Psychedelic Purple #E729FE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.79%

 BLUE value IS 254 (99.61% from 255) = 48.29%

R = 43.92%
G = 7.79%
B = 48.29%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E729FE (or 0xE729FE) is known color: Psychedelic Purple. HEX triplet: E7, 29 and FE. RGB value is (231,41,254). Sum of RGB (Red+Green+Blue) = 231+41+254=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 41 (16.41% from 255 or 7.79% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #E729FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E729FE is #18D601. Grayscale: #797979. Windows color (decimal): -1627650 or 16656871. OLE color: 16656871.

HSL color Cylindrical-coordinate representation of color #E729FE: hue angle of 293.52º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E729FE is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 231 41 254 -
CMYK 0.09 0.84 0 0.00
HSL 293.52º 0.99% 0.58% -
HSV(B) 293.52º 0.84% 1% -
XYZ 51.64 25.73 96.01 -
YUV 122.09 202.45 205.68 -
System Red Green Blue C M Y K H S L
Decimal 231 41 254 0.09 0.84 0 0.00 293.52 0.99 0.58
Hex E7 29 FE 9 54 0 0 126 63 3A
Octal 347 51 376 11 124 0 0 446 143 72
Binary 11100111 101001 11111110 1001 1010100 0 0 100100110 1100011 111010

Color Harmonies of #E729FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E729FE

Black with #E729FE

Text Example


Text Example

White with #E729FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E729FE; }

 p { color: rgb(231,41,254); }

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

background-color css

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

 a { background-color: rgb(231,41,254); }

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

border-color css

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

 span { border-color: rgb(231,41,254); }

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