Html Css Color HEX #E50DFC Psychedelic Purple

📋 copy color: '#E50DFC'

red 229 ◦ green 13 ◦ blue 252

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

Shades of Psychedelic Purple #E50DFC

Tints of Psychedelic Purple #E50DFC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.63%

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

R = 46.36%
G = 2.63%
B = 51.01%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E50DFC (or 0xE50DFC) is known color: Psychedelic Purple. HEX triplet: E5, 0D and FC. RGB value is (229,13,252). Sum of RGB (Red+Green+Blue) = 229+13+252=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 13 (5.47% from 255 or 2.63% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #E50DFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50DFC is #1AF203. Grayscale: #686868. Windows color (decimal): -1765892 or 16518629. OLE color: 16518629.

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

Color convert

RGB 229 13 252 -
CMYK 0.09 0.95 0 0.01
HSL 294.23º 0.98% 0.52% -
HSV(B) 294.23º 0.95% 0.99% -
XYZ 50.03 23.97 94.09 -
YUV 104.83 211.06 216.57 -
System Red Green Blue C M Y K H S L
Decimal 229 13 252 0.09 0.95 0 0.01 294.23 0.98 0.52
Hex E5 D FC 9 5F 0 1 126 62 34
Octal 345 15 374 11 137 0 1 446 142 64
Binary 11100101 1101 11111100 1001 1011111 0 1 100100110 1100010 110100

Color Harmonies of #E50DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50DFC

Black with #E50DFC

Text Example


Text Example

White with #E50DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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