Html Css Color HEX #E510FA Psychedelic Purple

📋 copy color: '#E510FA'

red 229 ◦ green 16 ◦ blue 250

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

Shades of Psychedelic Purple #E510FA

Tints of Psychedelic Purple #E510FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.51%

R = 46.26%
G = 3.23%
B = 50.51%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E510FA (or 0xE510FA) is known color: Psychedelic Purple. HEX triplet: E5, 10 and FA. RGB value is (229,16,250). Sum of RGB (Red+Green+Blue) = 229+16+250=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 16 (6.64% from 255 or 3.23% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #E510FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E510FA is #1AEF05. Grayscale: #696969. Windows color (decimal): -1765126 or 16388325. OLE color: 16388325.

HSL color Cylindrical-coordinate representation of color #E510FA: hue angle of 294.62º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E510FA is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 16 250 -
CMYK 0.08 0.94 0 0.02
HSL 294.62º 0.96% 0.52% -
HSV(B) 294.62º 0.94% 0.98% -
XYZ 49.75 23.93 92.44 -
YUV 106.36 209.07 215.47 -
System Red Green Blue C M Y K H S L
Decimal 229 16 250 0.08 0.94 0 0.02 294.62 0.96 0.52
Hex E5 10 FA 8 5E 0 2 127 60 34
Octal 345 20 372 10 136 0 2 447 140 64
Binary 11100101 10000 11111010 1000 1011110 0 10 100100111 1100000 110100

Color Harmonies of #E510FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E510FA

Black with #E510FA

Text Example


Text Example

White with #E510FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E510FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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