Html Css Color HEX #E727FC Psychedelic Purple

📋 copy color: '#E727FC'

red 231 ◦ green 39 ◦ blue 252

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

Shades of Psychedelic Purple #E727FC

Tints of Psychedelic Purple #E727FC

RGB

 RED value IS 231 (90.63% from 255) = 44.25%

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

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

R = 44.25%
G = 7.47%
B = 48.28%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E727FC (or 0xE727FC) is known color: Psychedelic Purple. HEX triplet: E7, 27 and FC. RGB value is (231,39,252). Sum of RGB (Red+Green+Blue) = 231+39+252=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 39 (15.62% from 255 or 7.47% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #E727FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E727FC is #18D803. Grayscale: #787878. Windows color (decimal): -1628164 or 16525287. OLE color: 16525287.

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

Color convert

RGB 231 39 252 -
CMYK 0.08 0.85 0 0.01
HSL 294.08º 0.97% 0.57% -
HSV(B) 294.08º 0.85% 0.99% -
XYZ 51.25 25.47 94.31 -
YUV 120.69 202.11 206.68 -
System Red Green Blue C M Y K H S L
Decimal 231 39 252 0.08 0.85 0 0.01 294.08 0.97 0.57
Hex E7 27 FC 8 55 0 1 126 61 39
Octal 347 47 374 10 125 0 1 446 141 71
Binary 11100111 100111 11111100 1000 1010101 0 1 100100110 1100001 111001

Color Harmonies of #E727FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E727FC

Black with #E727FC

Text Example


Text Example

White with #E727FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E727FC; }

 p { color: rgb(231,39,252); }

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

background-color css

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

 a { background-color: rgb(231,39,252); }

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

border-color css

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

 span { border-color: rgb(231,39,252); }

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