Html Css Color HEX #E129FB Psychedelic Purple

📋 copy color: '#E129FB'

red 225 ◦ green 41 ◦ blue 251

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

Shades of Psychedelic Purple #E129FB

Tints of Psychedelic Purple #E129FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.55%

R = 43.52%
G = 7.93%
B = 48.55%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E129FB (or 0xE129FB) is known color: Psychedelic Purple. HEX triplet: E1, 29 and FB. RGB value is (225,41,251). Sum of RGB (Red+Green+Blue) = 225+41+251=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 41 (16.41% from 255 or 7.93% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #E129FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E129FB is #1ED604. Grayscale: #777777. Windows color (decimal): -2020869 or 16460257. OLE color: 16460257.

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

Color convert

RGB 225 41 251 -
CMYK 0.10 0.84 0 0.02
HSL 292.57º 0.96% 0.57% -
HSV(B) 292.57º 0.84% 0.98% -
XYZ 49.26 24.56 93.41 -
YUV 119.96 201.96 202.92 -
System Red Green Blue C M Y K H S L
Decimal 225 41 251 0.10 0.84 0 0.02 292.57 0.96 0.57
Hex E1 29 FB A 54 0 2 125 60 39
Octal 341 51 373 12 124 0 2 445 140 71
Binary 11100001 101001 11111011 1010 1010100 0 10 100100101 1100000 111001

Color Harmonies of #E129FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E129FB

Black with #E129FB

Text Example


Text Example

White with #E129FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E129FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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