Html Css Color HEX #E729FD Psychedelic Purple

📋 copy color: '#E729FD'

red 231 ◦ green 41 ◦ blue 253

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

Shades of Psychedelic Purple #E729FD

Tints of Psychedelic Purple #E729FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.19%

R = 44%
G = 7.81%
B = 48.19%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E729FD (or 0xE729FD) is known color: Psychedelic Purple. HEX triplet: E7, 29 and FD. RGB value is (231,41,253). Sum of RGB (Red+Green+Blue) = 231+41+253=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 41 (16.41% from 255 or 7.81% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #E729FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E729FD is #18D602. Grayscale: #797979. Windows color (decimal): -1627651 or 16591335. OLE color: 16591335.

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

Color convert

RGB 231 41 253 -
CMYK 0.09 0.84 0 0.01
HSL 293.77º 0.98% 0.58% -
HSV(B) 293.77º 0.84% 0.99% -
XYZ 51.48 25.67 95.17 -
YUV 121.98 201.95 205.76 -
System Red Green Blue C M Y K H S L
Decimal 231 41 253 0.09 0.84 0 0.01 293.77 0.98 0.58
Hex E7 29 FD 9 54 0 1 126 62 3A
Octal 347 51 375 11 124 0 1 446 142 72
Binary 11100111 101001 11111101 1001 1010100 0 1 100100110 1100010 111010

Color Harmonies of #E729FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E729FD

Black with #E729FD

Text Example


Text Example

White with #E729FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E729FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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