Html Css Color HEX #E709FE Psychedelic Purple

📋 copy color: '#E709FE'

red 231 ◦ green 9 ◦ blue 254

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

Shades of Psychedelic Purple #E709FE

Tints of Psychedelic Purple #E709FE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.82%

 BLUE value IS 254 (99.61% from 255) = 51.42%

R = 46.76%
G = 1.82%
B = 51.42%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E709FE (or 0xE709FE) is known color: Psychedelic Purple. HEX triplet: E7, 09 and FE. RGB value is (231,9,254). Sum of RGB (Red+Green+Blue) = 231+9+254=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 9 (3.91% from 255 or 1.82% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #E709FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E709FE is #18F601. Grayscale: #666666. Windows color (decimal): -1635842 or 16648679. OLE color: 16648679.

HSL color Cylindrical-coordinate representation of color #E709FE: hue angle of 294.37º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E709FE is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 231 9 254 -
CMYK 0.09 0.96 0 0.00
HSL 294.37º 0.99% 0.52% -
HSV(B) 294.37º 0.96% 1% -
XYZ 50.94 24.34 95.78 -
YUV 103.31 213.05 219.08 -
System Red Green Blue C M Y K H S L
Decimal 231 9 254 0.09 0.96 0 0.00 294.37 0.99 0.52
Hex E7 9 FE 9 60 0 0 126 63 34
Octal 347 11 376 11 140 0 0 446 143 64
Binary 11100111 1001 11111110 1001 1100000 0 0 100100110 1100011 110100

Color Harmonies of #E709FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E709FE

Black with #E709FE

Text Example


Text Example

White with #E709FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E709FE; }

 p { color: rgb(231,9,254); }

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

background-color css

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

 a { background-color: rgb(231,9,254); }

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

border-color css

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

 span { border-color: rgb(231,9,254); }

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