Html Css Color HEX #E725FD Psychedelic Purple

📋 copy color: '#E725FD'

red 231 ◦ green 37 ◦ blue 253

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

Shades of Psychedelic Purple #E725FD

Tints of Psychedelic Purple #E725FD

RGB

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

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

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

R = 44.34%
G = 7.1%
B = 48.56%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E725FD (or 0xE725FD) is known color: Psychedelic Purple. HEX triplet: E7, 25 and FD. RGB value is (231,37,253). Sum of RGB (Red+Green+Blue) = 231+37+253=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 37 (14.84% from 255 or 7.10% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #E725FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E725FD is #18DA02. Grayscale: #767676. Windows color (decimal): -1628675 or 16590311. OLE color: 16590311.

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

Color convert

RGB 231 37 253 -
CMYK 0.09 0.85 0 0.01
HSL 293.89º 0.98% 0.57% -
HSV(B) 293.89º 0.85% 0.99% -
XYZ 51.35 25.4 95.13 -
YUV 119.63 203.27 207.44 -
System Red Green Blue C M Y K H S L
Decimal 231 37 253 0.09 0.85 0 0.01 293.89 0.98 0.57
Hex E7 25 FD 9 55 0 1 126 62 39
Octal 347 45 375 11 125 0 1 446 142 71
Binary 11100111 100101 11111101 1001 1010101 0 1 100100110 1100010 111001

Color Harmonies of #E725FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E725FD

Black with #E725FD

Text Example


Text Example

White with #E725FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E725FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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