Html Css Color HEX #E625FE Psychedelic Purple

📋 copy color: '#E625FE'

red 230 ◦ green 37 ◦ blue 254

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

Shades of Psychedelic Purple #E625FE

Tints of Psychedelic Purple #E625FE

RGB

 RED value IS 230 (90.23% from 255) = 44.15%

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

 BLUE value IS 254 (99.61% from 255) = 48.75%

R = 44.15%
G = 7.1%
B = 48.75%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E625FE (or 0xE625FE) is known color: Psychedelic Purple. HEX triplet: E6, 25 and FE. RGB value is (230,37,254). Sum of RGB (Red+Green+Blue) = 230+37+254=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 37 (14.84% from 255 or 7.10% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #E625FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E625FE is #19DA01. Grayscale: #767676. Windows color (decimal): -1694210 or 16655846. OLE color: 16655846.

HSL color Cylindrical-coordinate representation of color #E625FE: hue angle of 293.36º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E625FE is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 230 37 254 -
CMYK 0.09 0.85 0 0.00
HSL 293.36º 0.99% 0.57% -
HSV(B) 293.36º 0.85% 1% -
XYZ 51.18 25.3 95.95 -
YUV 119.45 203.94 206.86 -
System Red Green Blue C M Y K H S L
Decimal 230 37 254 0.09 0.85 0 0.00 293.36 0.99 0.57
Hex E6 25 FE 9 55 0 0 125 63 39
Octal 346 45 376 11 125 0 0 445 143 71
Binary 11100110 100101 11111110 1001 1010101 0 0 100100101 1100011 111001

Color Harmonies of #E625FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E625FE

Black with #E625FE

Text Example


Text Example

White with #E625FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E625FE; }

 p { color: rgb(230,37,254); }

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

background-color css

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

 a { background-color: rgb(230,37,254); }

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

border-color css

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

 span { border-color: rgb(230,37,254); }

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