Html Css Color HEX #E50EFB Psychedelic Purple

📋 copy color: '#E50EFB'

red 229 ◦ green 14 ◦ blue 251

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

Shades of Psychedelic Purple #E50EFB

Tints of Psychedelic Purple #E50EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.83%

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

R = 46.36%
G = 2.83%
B = 50.81%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E50EFB (or 0xE50EFB) is known color: Psychedelic Purple. HEX triplet: E5, 0E and FB. RGB value is (229,14,251). Sum of RGB (Red+Green+Blue) = 229+14+251=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 14 (5.86% from 255 or 2.83% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #E50EFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50EFB is #1AF104. Grayscale: #686868. Windows color (decimal): -1765637 or 16453349. OLE color: 16453349.

HSL color Cylindrical-coordinate representation of color #E50EFB: hue angle of 294.43º degrees, saturation: 0.97, 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 #E50EFB is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 14 251 -
CMYK 0.09 0.94 0 0.02
HSL 294.43º 0.97% 0.52% -
HSV(B) 294.43º 0.94% 0.98% -
XYZ 49.88 23.94 93.26 -
YUV 105.3 210.23 216.23 -
System Red Green Blue C M Y K H S L
Decimal 229 14 251 0.09 0.94 0 0.02 294.43 0.97 0.52
Hex E5 E FB 9 5E 0 2 126 61 34
Octal 345 16 373 11 136 0 2 446 141 64
Binary 11100101 1110 11111011 1001 1011110 0 10 100100110 1100001 110100

Color Harmonies of #E50EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50EFB

Black with #E50EFB

Text Example


Text Example

White with #E50EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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