Html Css Color HEX #E50FFD Psychedelic Purple

📋 copy color: '#E50FFD'

red 229 ◦ green 15 ◦ blue 253

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

Shades of Psychedelic Purple #E50FFD

Tints of Psychedelic Purple #E50FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.02%

 BLUE value IS 253 (99.22% from 255) = 50.91%

R = 46.08%
G = 3.02%
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

#E50FFD (or 0xE50FFD) is known color: Psychedelic Purple. HEX triplet: E5, 0F and FD. RGB value is (229,15,253). Sum of RGB (Red+Green+Blue) = 229+15+253=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 15 (6.25% from 255 or 3.02% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #E50FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50FFD is #1AF002. Grayscale: #696969. Windows color (decimal): -1765379 or 16584677. OLE color: 16584677.

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

Color convert

RGB 229 15 253 -
CMYK 0.09 0.94 0 0.01
HSL 293.95º 0.98% 0.53% -
HSV(B) 293.95º 0.94% 0.99% -
XYZ 50.21 24.09 94.93 -
YUV 106.12 210.9 215.65 -
System Red Green Blue C M Y K H S L
Decimal 229 15 253 0.09 0.94 0 0.01 293.95 0.98 0.53
Hex E5 F FD 9 5E 0 1 126 62 35
Octal 345 17 375 11 136 0 1 446 142 65
Binary 11100101 1111 11111101 1001 1011110 0 1 100100110 1100010 110101

Color Harmonies of #E50FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50FFD

Black with #E50FFD

Text Example


Text Example

White with #E50FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50FFD; }

 p { color: rgb(229,15,253); }

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

background-color css

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

 a { background-color: rgb(229,15,253); }

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

border-color css

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

 span { border-color: rgb(229,15,253); }

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