Html Css Color HEX #E505F3 Psychedelic Purple

📋 copy color: '#E505F3'

red 229 ◦ green 5 ◦ blue 243

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

Shades of Psychedelic Purple #E505F3

Tints of Psychedelic Purple #E505F3

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.05%

 BLUE value IS 243 (95.31% from 255) = 50.94%

R = 48.01%
G = 1.05%
B = 50.94%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E505F3 (or 0xE505F3) is known color: Psychedelic Purple. HEX triplet: E5, 05 and F3. RGB value is (229,5,243). Sum of RGB (Red+Green+Blue) = 229+5+243=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 5 (2.34% from 255 or 1.05% from 477); Blue value is 243 (95.31% from 255 or 50.94% from 477); Max value from RGB is 243 - color contains mainly: blue. Hex color #E505F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E505F3 is #1AFA0C. Grayscale: #626262. Windows color (decimal): -1767949 or 15926757. OLE color: 15926757.

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

Color convert

RGB 229 5 243 -
CMYK 0.06 0.98 0 0.05
HSL 296.47º 0.96% 0.49% -
HSV(B) 296.47º 0.98% 0.95% -
XYZ 48.55 23.24 86.72 -
YUV 99.11 209.21 220.65 -
System Red Green Blue C M Y K H S L
Decimal 229 5 243 0.06 0.98 0 0.05 296.47 0.96 0.49
Hex E5 5 F3 6 62 0 5 128 60 31
Octal 345 5 363 6 142 0 5 450 140 61
Binary 11100101 101 11110011 110 1100010 0 101 100101000 1100000 110001

Color Harmonies of #E505F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E505F3

Black with #E505F3

Text Example


Text Example

White with #E505F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E505F3; }

 p { color: rgb(229,5,243); }

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

background-color css

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

 a { background-color: rgb(229,5,243); }

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

border-color css

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

 span { border-color: rgb(229,5,243); }

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