Html Css Color HEX #E725FF Psychedelic Purple

📋 copy color: '#E725FF'

red 231 ◦ green 37 ◦ blue 255

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

Shades of Psychedelic Purple #E725FF

Tints of Psychedelic Purple #E725FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.76%

R = 44.17%
G = 7.07%
B = 48.76%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E725FF (or 0xE725FF) is known color: Psychedelic Purple. HEX triplet: E7, 25 and FF. RGB value is (231,37,255). Sum of RGB (Red+Green+Blue) = 231+37+255=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 37 (14.84% from 255 or 7.07% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #E725FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E725FF is #18DA00. Grayscale: #777777. Windows color (decimal): -1628673 or 16721383. OLE color: 16721383.

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

Color convert

RGB 231 37 255 -
CMYK 0.09 0.85 0 0
HSL 293.39º 1% 0.57% -
HSV(B) 293.39º 0.85% 1% -
XYZ 51.67 25.53 96.81 -
YUV 119.86 204.27 207.27 -
System Red Green Blue C M Y K H S L
Decimal 231 37 255 0.09 0.85 0 0 293.39 1 0.57
Hex E7 25 FF 9 55 0 0 125 64 39
Octal 347 45 377 11 125 0 0 445 144 71
Binary 11100111 100101 11111111 1001 1010101 0 0 100100101 1100100 111001

Color Harmonies of #E725FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E725FF

Black with #E725FF

Text Example


Text Example

White with #E725FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E725FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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