Html Css Color HEX #E727FA Psychedelic Purple

📋 copy color: '#E727FA'

red 231 ◦ green 39 ◦ blue 250

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

Shades of Psychedelic Purple #E727FA

Tints of Psychedelic Purple #E727FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 44.42%
G = 7.5%
B = 48.08%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E727FA (or 0xE727FA) is known color: Psychedelic Purple. HEX triplet: E7, 27 and FA. RGB value is (231,39,250). Sum of RGB (Red+Green+Blue) = 231+39+250=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 39 (15.62% from 255 or 7.5% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #E727FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E727FA is #18D805. Grayscale: #777777. Windows color (decimal): -1628166 or 16394215. OLE color: 16394215.

HSL color Cylindrical-coordinate representation of color #E727FA: hue angle of 294.6º degrees, saturation: 0.95, 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 #E727FA is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 39 250 -
CMYK 0.08 0.84 0 0.02
HSL 294.6º 0.95% 0.57% -
HSV(B) 294.6º 0.84% 0.98% -
XYZ 50.94 25.34 92.65 -
YUV 120.46 201.11 206.84 -
System Red Green Blue C M Y K H S L
Decimal 231 39 250 0.08 0.84 0 0.02 294.6 0.95 0.57
Hex E7 27 FA 8 54 0 2 127 5F 39
Octal 347 47 372 10 124 0 2 447 137 71
Binary 11100111 100111 11111010 1000 1010100 0 10 100100111 1011111 111001

Color Harmonies of #E727FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E727FA

Black with #E727FA

Text Example


Text Example

White with #E727FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E727FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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