Html Css Color HEX #E725F9 Psychedelic Purple

📋 copy color: '#E725F9'

red 231 ◦ green 37 ◦ blue 249

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

Shades of Psychedelic Purple #E725F9

Tints of Psychedelic Purple #E725F9

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.16%

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

R = 44.68%
G = 7.16%
B = 48.16%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E725F9 (or 0xE725F9) is known color: Psychedelic Purple. HEX triplet: E7, 25 and F9. RGB value is (231,37,249). Sum of RGB (Red+Green+Blue) = 231+37+249=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 37 (14.84% from 255 or 7.16% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #E725F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E725F9 is #18DA06. Grayscale: #767676. Windows color (decimal): -1628679 or 16328167. OLE color: 16328167.

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

Color convert

RGB 231 37 249 -
CMYK 0.07 0.85 0 0.02
HSL 294.91º 0.95% 0.56% -
HSV(B) 294.91º 0.85% 0.98% -
XYZ 50.72 25.15 91.8 -
YUV 119.17 201.27 207.76 -
System Red Green Blue C M Y K H S L
Decimal 231 37 249 0.07 0.85 0 0.02 294.91 0.95 0.56
Hex E7 25 F9 7 55 0 2 127 5F 38
Octal 347 45 371 7 125 0 2 447 137 70
Binary 11100111 100101 11111001 111 1010101 0 10 100100111 1011111 111000

Color Harmonies of #E725F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E725F9

Black with #E725F9

Text Example


Text Example

White with #E725F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E725F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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