Html Css Color HEX #E925FA Psychedelic Purple

📋 copy color: '#E925FA'

red 233 ◦ green 37 ◦ blue 250

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

Shades of Psychedelic Purple #E925FA

Tints of Psychedelic Purple #E925FA

RGB

 RED value IS 233 (91.41% from 255) = 44.81%

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

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 44.81%
G = 7.12%
B = 48.08%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E925FA (or 0xE925FA) is known color: Psychedelic Purple. HEX triplet: E9, 25 and FA. RGB value is (233,37,250). Sum of RGB (Red+Green+Blue) = 233+37+250=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 37 (14.84% from 255 or 7.12% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #E925FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E925FA is #16DA05. Grayscale: #777777. Windows color (decimal): -1497606 or 16393705. OLE color: 16393705.

HSL color Cylindrical-coordinate representation of color #E925FA: hue angle of 295.21º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E925FA is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 37 250 -
CMYK 0.07 0.85 0 0.02
HSL 295.21º 0.96% 0.56% -
HSV(B) 295.21º 0.85% 0.98% -
XYZ 51.52 25.55 92.66 -
YUV 119.89 201.43 208.68 -
System Red Green Blue C M Y K H S L
Decimal 233 37 250 0.07 0.85 0 0.02 295.21 0.96 0.56
Hex E9 25 FA 7 55 0 2 127 60 38
Octal 351 45 372 7 125 0 2 447 140 70
Binary 11101001 100101 11111010 111 1010101 0 10 100100111 1100000 111000

Color Harmonies of #E925FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E925FA

Black with #E925FA

Text Example


Text Example

White with #E925FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E925FA; }

 p { color: rgb(233,37,250); }

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

background-color css

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

 a { background-color: rgb(233,37,250); }

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

border-color css

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

 span { border-color: rgb(233,37,250); }

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