Html Css Color HEX #E509FD Psychedelic Purple

📋 copy color: '#E509FD'

red 229 ◦ green 9 ◦ blue 253

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

Shades of Psychedelic Purple #E509FD

Tints of Psychedelic Purple #E509FD

RGB

 RED value IS 229 (89.84% from 255) = 46.64%

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

 BLUE value IS 253 (99.22% from 255) = 51.53%

R = 46.64%
G = 1.83%
B = 51.53%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E509FD (or 0xE509FD) is known color: Psychedelic Purple. HEX triplet: E5, 09 and FD. RGB value is (229,9,253). Sum of RGB (Red+Green+Blue) = 229+9+253=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 9 (3.91% from 255 or 1.83% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #E509FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E509FD is #1AF602. Grayscale: #656565. Windows color (decimal): -1766915 or 16583141. OLE color: 16583141.

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

Color convert

RGB 229 9 253 -
CMYK 0.09 0.96 0 0.01
HSL 294.1º 0.98% 0.51% -
HSV(B) 294.1º 0.96% 0.99% -
XYZ 50.14 23.95 94.91 -
YUV 102.6 212.89 218.16 -
System Red Green Blue C M Y K H S L
Decimal 229 9 253 0.09 0.96 0 0.01 294.1 0.98 0.51
Hex E5 9 FD 9 60 0 1 126 62 33
Octal 345 11 375 11 140 0 1 446 142 63
Binary 11100101 1001 11111101 1001 1100000 0 1 100100110 1100010 110011

Color Harmonies of #E509FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E509FD

Black with #E509FD

Text Example


Text Example

White with #E509FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E509FD; }

 p { color: rgb(229,9,253); }

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

background-color css

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

 a { background-color: rgb(229,9,253); }

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

border-color css

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

 span { border-color: rgb(229,9,253); }

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