Html Css Color HEX #E025FF Psychedelic Purple

📋 copy color: '#E025FF'

red 224 ◦ green 37 ◦ blue 255

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

Shades of Psychedelic Purple #E025FF

Tints of Psychedelic Purple #E025FF

RGB

 RED value IS 224 (87.89% from 255) = 43.41%

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

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

R = 43.41%
G = 7.17%
B = 49.42%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E025FF (or 0xE025FF) is known color: Psychedelic Purple. HEX triplet: E0, 25 and FF. RGB value is (224,37,255). Sum of RGB (Red+Green+Blue) = 224+37+255=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 37 (14.84% from 255 or 7.17% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #E025FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E025FF is #1FDA00. Grayscale: #757575. Windows color (decimal): -2087425 or 16721376. OLE color: 16721376.

HSL color Cylindrical-coordinate representation of color #E025FF: hue angle of 291.47º 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 #E025FF is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 224 37 255 -
CMYK 0.12 0.85 0 0
HSL 291.47º 1% 0.57% -
HSV(B) 291.47º 0.85% 1% -
XYZ 49.45 24.39 96.71 -
YUV 117.77 205.45 203.77 -
System Red Green Blue C M Y K H S L
Decimal 224 37 255 0.12 0.85 0 0 291.47 1 0.57
Hex E0 25 FF C 55 0 0 123 64 39
Octal 340 45 377 14 125 0 0 443 144 71
Binary 11100000 100101 11111111 1100 1010101 0 0 100100011 1100100 111001

Color Harmonies of #E025FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E025FF

Black with #E025FF

Text Example


Text Example

White with #E025FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E025FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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