Html Css Color HEX #E50EFC Psychedelic Purple

📋 copy color: '#E50EFC'

red 229 ◦ green 14 ◦ blue 252

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

Shades of Psychedelic Purple #E50EFC

Tints of Psychedelic Purple #E50EFC

RGB

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

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

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

R = 46.26%
G = 2.83%
B = 50.91%

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

#E50EFC (or 0xE50EFC) is known color: Psychedelic Purple. HEX triplet: E5, 0E and FC. RGB value is (229,14,252). Sum of RGB (Red+Green+Blue) = 229+14+252=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 14 (5.86% from 255 or 2.83% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #E50EFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50EFC is #1AF103. Grayscale: #686868. Windows color (decimal): -1765636 or 16518885. OLE color: 16518885.

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

Color convert

RGB 229 14 252 -
CMYK 0.09 0.94 0 0.01
HSL 294.2º 0.98% 0.52% -
HSV(B) 294.2º 0.94% 0.99% -
XYZ 50.04 24 94.09 -
YUV 105.42 210.73 216.15 -
System Red Green Blue C M Y K H S L
Decimal 229 14 252 0.09 0.94 0 0.01 294.2 0.98 0.52
Hex E5 E FC 9 5E 0 1 126 62 34
Octal 345 16 374 11 136 0 1 446 142 64
Binary 11100101 1110 11111100 1001 1011110 0 1 100100110 1100010 110100

Color Harmonies of #E50EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50EFC

Black with #E50EFC

Text Example


Text Example

White with #E50EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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