Html Css Color HEX #E729FC Psychedelic Purple

📋 copy color: '#E729FC'

red 231 ◦ green 41 ◦ blue 252

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

Shades of Psychedelic Purple #E729FC

Tints of Psychedelic Purple #E729FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.09%

R = 44.08%
G = 7.82%
B = 48.09%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E729FC (or 0xE729FC) is known color: Psychedelic Purple. HEX triplet: E7, 29 and FC. RGB value is (231,41,252). Sum of RGB (Red+Green+Blue) = 231+41+252=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 41 (16.41% from 255 or 7.82% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #E729FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E729FC is #18D603. Grayscale: #797979. Windows color (decimal): -1627652 or 16525799. OLE color: 16525799.

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

Color convert

RGB 231 41 252 -
CMYK 0.08 0.84 0 0.01
HSL 294.03º 0.97% 0.57% -
HSV(B) 294.03º 0.84% 0.99% -
XYZ 51.32 25.6 94.33 -
YUV 121.86 201.45 205.84 -
System Red Green Blue C M Y K H S L
Decimal 231 41 252 0.08 0.84 0 0.01 294.03 0.97 0.57
Hex E7 29 FC 8 54 0 1 126 61 39
Octal 347 51 374 10 124 0 1 446 141 71
Binary 11100111 101001 11111100 1000 1010100 0 1 100100110 1100001 111001

Color Harmonies of #E729FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E729FC

Black with #E729FC

Text Example


Text Example

White with #E729FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E729FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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