Html Css Color HEX #E728FA Psychedelic Purple

📋 copy color: '#E728FA'

red 231 ◦ green 40 ◦ blue 250

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

Shades of Psychedelic Purple #E728FA

Tints of Psychedelic Purple #E728FA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.68%

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

R = 44.34%
G = 7.68%
B = 47.98%

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

#E728FA (or 0xE728FA) is known color: Psychedelic Purple. HEX triplet: E7, 28 and FA. RGB value is (231,40,250). Sum of RGB (Red+Green+Blue) = 231+40+250=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 40 (16.02% from 255 or 7.68% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #E728FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E728FA is #18D705. Grayscale: #787878. Windows color (decimal): -1627910 or 16394471. OLE color: 16394471.

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

Color convert

RGB 231 40 250 -
CMYK 0.08 0.84 0 0.02
HSL 294.57º 0.95% 0.57% -
HSV(B) 294.57º 0.84% 0.98% -
XYZ 50.97 25.41 92.66 -
YUV 121.05 200.78 206.42 -
System Red Green Blue C M Y K H S L
Decimal 231 40 250 0.08 0.84 0 0.02 294.57 0.95 0.57
Hex E7 28 FA 8 54 0 2 127 5F 39
Octal 347 50 372 10 124 0 2 447 137 71
Binary 11100111 101000 11111010 1000 1010100 0 10 100100111 1011111 111001

Color Harmonies of #E728FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E728FA

Black with #E728FA

Text Example


Text Example

White with #E728FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E728FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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