Html Css Color HEX #E510FC Psychedelic Purple

📋 copy color: '#E510FC'

red 229 ◦ green 16 ◦ blue 252

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

Shades of Psychedelic Purple #E510FC

Tints of Psychedelic Purple #E510FC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.22%

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

R = 46.08%
G = 3.22%
B = 50.7%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E510FC (or 0xE510FC) is known color: Psychedelic Purple. HEX triplet: E5, 10 and FC. RGB value is (229,16,252). Sum of RGB (Red+Green+Blue) = 229+16+252=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 16 (6.64% from 255 or 3.22% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #E510FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E510FC is #1AEF03. Grayscale: #696969. Windows color (decimal): -1765124 or 16519397. OLE color: 16519397.

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

Color convert

RGB 229 16 252 -
CMYK 0.09 0.94 0 0.01
HSL 294.15º 0.98% 0.53% -
HSV(B) 294.15º 0.94% 0.99% -
XYZ 50.07 24.06 94.1 -
YUV 106.59 210.07 215.31 -
System Red Green Blue C M Y K H S L
Decimal 229 16 252 0.09 0.94 0 0.01 294.15 0.98 0.53
Hex E5 10 FC 9 5E 0 1 126 62 35
Octal 345 20 374 11 136 0 1 446 142 65
Binary 11100101 10000 11111100 1001 1011110 0 1 100100110 1100010 110101

Color Harmonies of #E510FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E510FC

Black with #E510FC

Text Example


Text Example

White with #E510FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E510FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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