Html Css Color HEX #E725EE Psychedelic Purple

📋 copy color: '#E725EE'

red 231 ◦ green 37 ◦ blue 238

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

Shades of Psychedelic Purple #E725EE

Tints of Psychedelic Purple #E725EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 45.65%
G = 7.31%
B = 47.04%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E725EE (or 0xE725EE) is known color: Psychedelic Purple. HEX triplet: E7, 25 and EE. RGB value is (231,37,238). Sum of RGB (Red+Green+Blue) = 231+37+238=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 37 (14.84% from 255 or 7.31% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #E725EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E725EE is #18DA11. Grayscale: #757575. Windows color (decimal): -1628690 or 15607271. OLE color: 15607271.

HSL color Cylindrical-coordinate representation of color #E725EE: hue angle of 297.91º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E725EE is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 37 238 -
CMYK 0.03 0.84 0 0.07
HSL 297.91º 0.86% 0.54% -
HSV(B) 297.91º 0.84% 0.93% -
XYZ 49.05 24.49 83.03 -
YUV 117.92 195.77 208.66 -
System Red Green Blue C M Y K H S L
Decimal 231 37 238 0.03 0.84 0 0.07 297.91 0.86 0.54
Hex E7 25 EE 3 54 0 7 12A 56 36
Octal 347 45 356 3 124 0 7 452 126 66
Binary 11100111 100101 11101110 11 1010100 0 111 100101010 1010110 110110

Color Harmonies of #E725EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E725EE

Black with #E725EE

Text Example


Text Example

White with #E725EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E725EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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