Html Css Color HEX #E625FF Psychedelic Purple

📋 copy color: '#E625FF'

red 230 ◦ green 37 ◦ blue 255

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

Shades of Psychedelic Purple #E625FF

Tints of Psychedelic Purple #E625FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.85%

R = 44.06%
G = 7.09%
B = 48.85%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E625FF (or 0xE625FF) is known color: Psychedelic Purple. HEX triplet: E6, 25 and FF. RGB value is (230,37,255). Sum of RGB (Red+Green+Blue) = 230+37+255=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 37 (14.84% from 255 or 7.09% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #E625FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E625FF is #19DA00. Grayscale: #767676. Windows color (decimal): -1694209 or 16721382. OLE color: 16721382.

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

Color convert

RGB 230 37 255 -
CMYK 0.10 0.85 0 0
HSL 293.12º 1% 0.57% -
HSV(B) 293.12º 0.85% 1% -
XYZ 51.34 25.37 96.8 -
YUV 119.56 204.44 206.77 -
System Red Green Blue C M Y K H S L
Decimal 230 37 255 0.10 0.85 0 0 293.12 1 0.57
Hex E6 25 FF A 55 0 0 125 64 39
Octal 346 45 377 12 125 0 0 445 144 71
Binary 11100110 100101 11111111 1010 1010101 0 0 100100101 1100100 111001

Color Harmonies of #E625FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E625FF

Black with #E625FF

Text Example


Text Example

White with #E625FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E625FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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