Html Css Color HEX #E729F9 Psychedelic Purple

📋 copy color: '#E729F9'

red 231 ◦ green 41 ◦ blue 249

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

Shades of Psychedelic Purple #E729F9

Tints of Psychedelic Purple #E729F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.79%

R = 44.34%
G = 7.87%
B = 47.79%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E729F9 (or 0xE729F9) is known color: Psychedelic Purple. HEX triplet: E7, 29 and F9. RGB value is (231,41,249). Sum of RGB (Red+Green+Blue) = 231+41+249=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 41 (16.41% from 255 or 7.87% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #E729F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E729F9 is #18D606. Grayscale: #787878. Windows color (decimal): -1627655 or 16329191. OLE color: 16329191.

HSL color Cylindrical-coordinate representation of color #E729F9: hue angle of 294.81º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E729F9 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 41 249 -
CMYK 0.07 0.84 0 0.02
HSL 294.81º 0.95% 0.57% -
HSV(B) 294.81º 0.84% 0.98% -
XYZ 50.85 25.41 91.85 -
YUV 121.52 199.95 206.09 -
System Red Green Blue C M Y K H S L
Decimal 231 41 249 0.07 0.84 0 0.02 294.81 0.95 0.57
Hex E7 29 F9 7 54 0 2 127 5F 39
Octal 347 51 371 7 124 0 2 447 137 71
Binary 11100111 101001 11111001 111 1010100 0 10 100100111 1011111 111001

Color Harmonies of #E729F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E729F9

Black with #E729F9

Text Example


Text Example

White with #E729F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E729F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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