Html Css Color HEX #E825ED Psychedelic Purple

📋 copy color: '#E825ED'

red 232 ◦ green 37 ◦ blue 237

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

Shades of Psychedelic Purple #E825ED

Tints of Psychedelic Purple #E825ED

RGB

 RED value IS 232 (91.02% from 255) = 45.85%

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

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

R = 45.85%
G = 7.31%
B = 46.84%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E825ED (or 0xE825ED) is known color: Psychedelic Purple. HEX triplet: E8, 25 and ED. RGB value is (232,37,237). Sum of RGB (Red+Green+Blue) = 232+37+237=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 37 (14.84% from 255 or 7.31% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #E825ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E825ED is #17DA12. Grayscale: #757575. Windows color (decimal): -1563155 or 15541736. OLE color: 15541736.

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

Color convert

RGB 232 37 237 -
CMYK 0.02 0.84 0 0.07
HSL 298.5º 0.85% 0.54% -
HSV(B) 298.5º 0.84% 0.93% -
XYZ 49.23 24.59 82.27 -
YUV 118.11 195.1 209.24 -
System Red Green Blue C M Y K H S L
Decimal 232 37 237 0.02 0.84 0 0.07 298.5 0.85 0.54
Hex E8 25 ED 2 54 0 7 12A 55 36
Octal 350 45 355 2 124 0 7 452 125 66
Binary 11101000 100101 11101101 10 1010100 0 111 100101010 1010101 110110

Color Harmonies of #E825ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E825ED

Black with #E825ED

Text Example


Text Example

White with #E825ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E825ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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