Html Css Color HEX #E725ED Psychedelic Purple

📋 copy color: '#E725ED'

red 231 ◦ green 37 ◦ blue 237

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

Shades of Psychedelic Purple #E725ED

Tints of Psychedelic Purple #E725ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.93%

R = 45.74%
G = 7.33%
B = 46.93%

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

#E725ED (or 0xE725ED) is known color: Psychedelic Purple. HEX triplet: E7, 25 and ED. RGB value is (231,37,237). Sum of RGB (Red+Green+Blue) = 231+37+237=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 37 (14.84% from 255 or 7.33% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #E725ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E725ED is #18DA12. Grayscale: #757575. Windows color (decimal): -1628691 or 15541735. OLE color: 15541735.

HSL color Cylindrical-coordinate representation of color #E725ED: hue angle of 298.2º degrees, saturation: 0.85, 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 #E725ED is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 37 237 -
CMYK 0.03 0.84 0 0.07
HSL 298.2º 0.85% 0.54% -
HSV(B) 298.2º 0.84% 0.93% -
XYZ 48.9 24.43 82.26 -
YUV 117.81 195.27 208.74 -
System Red Green Blue C M Y K H S L
Decimal 231 37 237 0.03 0.84 0 0.07 298.2 0.85 0.54
Hex E7 25 ED 3 54 0 7 12A 55 36
Octal 347 45 355 3 124 0 7 452 125 66
Binary 11100111 100101 11101101 11 1010100 0 111 100101010 1010101 110110

Color Harmonies of #E725ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E725ED

Black with #E725ED

Text Example


Text Example

White with #E725ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E725ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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