Html Css Color HEX #E502FC Psychedelic Purple

📋 copy color: '#E502FC'

red 229 ◦ green 2 ◦ blue 252

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

Shades of Psychedelic Purple #E502FC

Tints of Psychedelic Purple #E502FC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.41%

 BLUE value IS 252 (98.83% from 255) = 52.17%

R = 47.41%
G = 0.41%
B = 52.17%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E502FC (or 0xE502FC) is known color: Psychedelic Purple. HEX triplet: E5, 02 and FC. RGB value is (229,2,252). Sum of RGB (Red+Green+Blue) = 229+2+252=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 2 (1.17% from 255 or 0.41% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #E502FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E502FC is #1AFD03. Grayscale: #616161. Windows color (decimal): -1768708 or 16515813. OLE color: 16515813.

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

Color convert

RGB 229 2 252 -
CMYK 0.09 0.99 0 0.01
HSL 294.48º 0.98% 0.5% -
HSV(B) 294.48º 0.99% 0.99% -
XYZ 49.91 23.73 94.05 -
YUV 98.37 214.71 221.17 -
System Red Green Blue C M Y K H S L
Decimal 229 2 252 0.09 0.99 0 0.01 294.48 0.98 0.5
Hex E5 2 FC 9 63 0 1 126 62 32
Octal 345 2 374 11 143 0 1 446 142 62
Binary 11100101 10 11111100 1001 1100011 0 1 100100110 1100010 110010

Color Harmonies of #E502FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E502FC

Black with #E502FC

Text Example


Text Example

White with #E502FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E502FC; }

 p { color: rgb(229,2,252); }

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

background-color css

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

 a { background-color: rgb(229,2,252); }

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

border-color css

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

 span { border-color: rgb(229,2,252); }

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