Html Css Color HEX #E927F9 Psychedelic Purple

📋 copy color: '#E927F9'

red 233 ◦ green 39 ◦ blue 249

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

Shades of Psychedelic Purple #E927F9

Tints of Psychedelic Purple #E927F9

RGB

 RED value IS 233 (91.41% from 255) = 44.72%

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

 BLUE value IS 249 (97.66% from 255) = 47.79%

R = 44.72%
G = 7.49%
B = 47.79%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E927F9 (or 0xE927F9) is known color: Psychedelic Purple. HEX triplet: E9, 27 and F9. RGB value is (233,39,249). Sum of RGB (Red+Green+Blue) = 233+39+249=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 39 (15.62% from 255 or 7.49% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #E927F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E927F9 is #16D806. Grayscale: #787878. Windows color (decimal): -1497095 or 16328681. OLE color: 16328681.

HSL color Cylindrical-coordinate representation of color #E927F9: hue angle of 295.43º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E927F9 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 39 249 -
CMYK 0.06 0.84 0 0.02
HSL 295.43º 0.95% 0.56% -
HSV(B) 295.43º 0.84% 0.98% -
XYZ 51.43 25.61 91.86 -
YUV 120.95 200.27 207.92 -
System Red Green Blue C M Y K H S L
Decimal 233 39 249 0.06 0.84 0 0.02 295.43 0.95 0.56
Hex E9 27 F9 6 54 0 2 127 5F 38
Octal 351 47 371 6 124 0 2 447 137 70
Binary 11101001 100111 11111001 110 1010100 0 10 100100111 1011111 111000

Color Harmonies of #E927F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E927F9

Black with #E927F9

Text Example


Text Example

White with #E927F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E927F9; }

 p { color: rgb(233,39,249); }

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

background-color css

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

 a { background-color: rgb(233,39,249); }

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

border-color css

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

 span { border-color: rgb(233,39,249); }

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