Html Css Color HEX #E825EB Psychedelic Purple

📋 copy color: '#E825EB'

red 232 ◦ green 37 ◦ blue 235

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

Shades of Psychedelic Purple #E825EB

Tints of Psychedelic Purple #E825EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 46.03%
G = 7.34%
B = 46.63%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E825EB (or 0xE825EB) is known color: Psychedelic Purple. HEX triplet: E8, 25 and EB. RGB value is (232,37,235). Sum of RGB (Red+Green+Blue) = 232+37+235=504 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.03% from 504); Green value is 37 (14.84% from 255 or 7.34% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #E825EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E825EB is #17DA14. Grayscale: #757575. Windows color (decimal): -1563157 or 15410664. OLE color: 15410664.

HSL color Cylindrical-coordinate representation of color #E825EB: hue angle of 299.09º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E825EB is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 232 37 235 -
CMYK 0.01 0.84 0 0.08
HSL 299.09º 0.83% 0.53% -
HSV(B) 299.09º 0.84% 0.92% -
XYZ 48.94 24.48 80.74 -
YUV 117.88 194.1 209.4 -
System Red Green Blue C M Y K H S L
Decimal 232 37 235 0.01 0.84 0 0.08 299.09 0.83 0.53
Hex E8 25 EB 1 54 0 8 12B 53 35
Octal 350 45 353 1 124 0 10 453 123 65
Binary 11101000 100101 11101011 1 1010100 0 1000 100101011 1010011 110101

Color Harmonies of #E825EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E825EB

Black with #E825EB

Text Example


Text Example

White with #E825EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E825EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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