Html Css Color HEX #E506FB Psychedelic Purple

📋 copy color: '#E506FB'

red 229 ◦ green 6 ◦ blue 251

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

Shades of Psychedelic Purple #E506FB

Tints of Psychedelic Purple #E506FB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.23%

 BLUE value IS 251 (98.44% from 255) = 51.65%

R = 47.12%
G = 1.23%
B = 51.65%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E506FB (or 0xE506FB) is known color: Psychedelic Purple. HEX triplet: E5, 06 and FB. RGB value is (229,6,251). Sum of RGB (Red+Green+Blue) = 229+6+251=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 6 (2.73% from 255 or 1.23% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #E506FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E506FB is #1AF904. Grayscale: #636363. Windows color (decimal): -1767685 or 16451301. OLE color: 16451301.

HSL color Cylindrical-coordinate representation of color #E506FB: hue angle of 294.61º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E506FB is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 6 251 -
CMYK 0.09 0.98 0 0.02
HSL 294.61º 0.97% 0.5% -
HSV(B) 294.61º 0.98% 0.98% -
XYZ 49.79 23.75 93.23 -
YUV 100.61 212.88 219.58 -
System Red Green Blue C M Y K H S L
Decimal 229 6 251 0.09 0.98 0 0.02 294.61 0.97 0.5
Hex E5 6 FB 9 62 0 2 127 61 32
Octal 345 6 373 11 142 0 2 447 141 62
Binary 11100101 110 11111011 1001 1100010 0 10 100100111 1100001 110010

Color Harmonies of #E506FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E506FB

Black with #E506FB

Text Example


Text Example

White with #E506FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E506FB; }

 p { color: rgb(229,6,251); }

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

background-color css

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

 a { background-color: rgb(229,6,251); }

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

border-color css

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

 span { border-color: rgb(229,6,251); }

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