Html Css Color HEX #E125FF Psychedelic Purple

📋 copy color: '#E125FF'

red 225 ◦ green 37 ◦ blue 255

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

Shades of Psychedelic Purple #E125FF

Tints of Psychedelic Purple #E125FF

RGB

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

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

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

R = 43.52%
G = 7.16%
B = 49.32%

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

#E125FF (or 0xE125FF) is known color: Psychedelic Purple. HEX triplet: E1, 25 and FF. RGB value is (225,37,255). Sum of RGB (Red+Green+Blue) = 225+37+255=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 37 (14.84% from 255 or 7.16% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #E125FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E125FF is #1EDA00. Grayscale: #757575. Windows color (decimal): -2021889 or 16721377. OLE color: 16721377.

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

Color convert

RGB 225 37 255 -
CMYK 0.12 0.85 0 0
HSL 291.74º 1% 0.57% -
HSV(B) 291.74º 0.85% 1% -
XYZ 49.76 24.55 96.72 -
YUV 118.06 205.28 204.27 -
System Red Green Blue C M Y K H S L
Decimal 225 37 255 0.12 0.85 0 0 291.74 1 0.57
Hex E1 25 FF C 55 0 0 124 64 39
Octal 341 45 377 14 125 0 0 444 144 71
Binary 11100001 100101 11111111 1100 1010101 0 0 100100100 1100100 111001

Color Harmonies of #E125FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E125FF

Black with #E125FF

Text Example


Text Example

White with #E125FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E125FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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