Html Css Color HEX #E127EF Psychedelic Purple

📋 copy color: '#E127EF'

red 225 ◦ green 39 ◦ blue 239

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

Shades of Psychedelic Purple #E127EF

Tints of Psychedelic Purple #E127EF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.75%

 BLUE value IS 239 (93.75% from 255) = 47.51%

R = 44.73%
G = 7.75%
B = 47.51%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E127EF (or 0xE127EF) is known color: Psychedelic Purple. HEX triplet: E1, 27 and EF. RGB value is (225,39,239). Sum of RGB (Red+Green+Blue) = 225+39+239=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 39 (15.62% from 255 or 7.75% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #E127EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E127EF is #1ED810. Grayscale: #747474. Windows color (decimal): -2021393 or 15673313. OLE color: 15673313.

HSL color Cylindrical-coordinate representation of color #E127EF: hue angle of 295.8º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E127EF is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 39 239 -
CMYK 0.06 0.84 0 0.06
HSL 295.8º 0.86% 0.55% -
HSV(B) 295.8º 0.84% 0.94% -
XYZ 47.36 23.69 83.74 -
YUV 117.41 196.62 204.74 -
System Red Green Blue C M Y K H S L
Decimal 225 39 239 0.06 0.84 0 0.06 295.8 0.86 0.55
Hex E1 27 EF 6 54 0 6 128 56 37
Octal 341 47 357 6 124 0 6 450 126 67
Binary 11100001 100111 11101111 110 1010100 0 110 100101000 1010110 110111

Color Harmonies of #E127EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E127EF

Black with #E127EF

Text Example


Text Example

White with #E127EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E127EF; }

 p { color: rgb(225,39,239); }

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

background-color css

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

 a { background-color: rgb(225,39,239); }

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

border-color css

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

 span { border-color: rgb(225,39,239); }

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