Html Css Color HEX #E025FC Psychedelic Purple

📋 copy color: '#E025FC'

red 224 ◦ green 37 ◦ blue 252

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

Shades of Psychedelic Purple #E025FC

Tints of Psychedelic Purple #E025FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 43.66%
G = 7.21%
B = 49.12%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E025FC (or 0xE025FC) is known color: Psychedelic Purple. HEX triplet: E0, 25 and FC. RGB value is (224,37,252). Sum of RGB (Red+Green+Blue) = 224+37+252=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 37 (14.84% from 255 or 7.21% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #E025FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E025FC is #1FDA03. Grayscale: #747474. Windows color (decimal): -2087428 or 16524768. OLE color: 16524768.

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

Color convert

RGB 224 37 252 -
CMYK 0.11 0.85 0 0.01
HSL 292.19º 0.97% 0.57% -
HSV(B) 292.19º 0.85% 0.99% -
XYZ 48.97 24.2 94.19 -
YUV 117.42 203.95 204.02 -
System Red Green Blue C M Y K H S L
Decimal 224 37 252 0.11 0.85 0 0.01 292.19 0.97 0.57
Hex E0 25 FC B 55 0 1 124 61 39
Octal 340 45 374 13 125 0 1 444 141 71
Binary 11100000 100101 11111100 1011 1010101 0 1 100100100 1100001 111001

Color Harmonies of #E025FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E025FC

Black with #E025FC

Text Example


Text Example

White with #E025FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E025FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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