Html Css Color HEX #E50AFB Psychedelic Purple

📋 copy color: '#E50AFB'

red 229 ◦ green 10 ◦ blue 251

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

Shades of Psychedelic Purple #E50AFB

Tints of Psychedelic Purple #E50AFB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.04%

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

R = 46.73%
G = 2.04%
B = 51.22%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E50AFB (or 0xE50AFB) is known color: Psychedelic Purple. HEX triplet: E5, 0A and FB. RGB value is (229,10,251). Sum of RGB (Red+Green+Blue) = 229+10+251=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 10 (4.30% from 255 or 2.04% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #E50AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50AFB is #1AF504. Grayscale: #666666. Windows color (decimal): -1766661 or 16452325. OLE color: 16452325.

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

Color convert

RGB 229 10 251 -
CMYK 0.09 0.96 0 0.02
HSL 294.52º 0.97% 0.51% -
HSV(B) 294.52º 0.96% 0.98% -
XYZ 49.83 23.84 93.24 -
YUV 102.96 211.55 217.9 -
System Red Green Blue C M Y K H S L
Decimal 229 10 251 0.09 0.96 0 0.02 294.52 0.97 0.51
Hex E5 A FB 9 60 0 2 127 61 33
Octal 345 12 373 11 140 0 2 447 141 63
Binary 11100101 1010 11111011 1001 1100000 0 10 100100111 1100001 110011

Color Harmonies of #E50AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50AFB

Black with #E50AFB

Text Example


Text Example

White with #E50AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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