Html Css Color HEX #E129FC Psychedelic Purple

📋 copy color: '#E129FC'

red 225 ◦ green 41 ◦ blue 252

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

Shades of Psychedelic Purple #E129FC

Tints of Psychedelic Purple #E129FC

RGB

 RED value IS 225 (88.28% from 255) = 43.44%

 GREEN value IS 41 (16.41% from 255) = 7.92%

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

R = 43.44%
G = 7.92%
B = 48.65%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E129FC (or 0xE129FC) is known color: Psychedelic Purple. HEX triplet: E1, 29 and FC. RGB value is (225,41,252). Sum of RGB (Red+Green+Blue) = 225+41+252=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 41 (16.41% from 255 or 7.92% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #E129FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E129FC is #1ED603. Grayscale: #777777. Windows color (decimal): -2020868 or 16525793. OLE color: 16525793.

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

Color convert

RGB 225 41 252 -
CMYK 0.11 0.84 0 0.01
HSL 292.32º 0.97% 0.57% -
HSV(B) 292.32º 0.84% 0.99% -
XYZ 49.41 24.62 94.24 -
YUV 120.07 202.46 202.84 -
System Red Green Blue C M Y K H S L
Decimal 225 41 252 0.11 0.84 0 0.01 292.32 0.97 0.57
Hex E1 29 FC B 54 0 1 124 61 39
Octal 341 51 374 13 124 0 1 444 141 71
Binary 11100001 101001 11111100 1011 1010100 0 1 100100100 1100001 111001

Color Harmonies of #E129FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E129FC

Black with #E129FC

Text Example


Text Example

White with #E129FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E129FC; }

 p { color: rgb(225,41,252); }

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

background-color css

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

 a { background-color: rgb(225,41,252); }

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

border-color css

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

 span { border-color: rgb(225,41,252); }

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