Html Css Color HEX #E505EC Psychedelic Purple

📋 copy color: '#E505EC'

red 229 ◦ green 5 ◦ blue 236

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

Shades of Psychedelic Purple #E505EC

Tints of Psychedelic Purple #E505EC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.06%

 BLUE value IS 236 (92.58% from 255) = 50.21%

R = 48.72%
G = 1.06%
B = 50.21%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E505EC (or 0xE505EC) is known color: Psychedelic Purple. HEX triplet: E5, 05 and EC. RGB value is (229,5,236). Sum of RGB (Red+Green+Blue) = 229+5+236=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 5 (2.34% from 255 or 1.06% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #E505EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E505EC is #1AFA13. Grayscale: #616161. Windows color (decimal): -1767956 or 15468005. OLE color: 15468005.

HSL color Cylindrical-coordinate representation of color #E505EC: hue angle of 298.18º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E505EC is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 5 236 -
CMYK 0.03 0.98 0 0.07
HSL 298.18º 0.96% 0.47% -
HSV(B) 298.18º 0.98% 0.93% -
XYZ 47.51 22.82 81.26 -
YUV 98.31 205.71 221.22 -
System Red Green Blue C M Y K H S L
Decimal 229 5 236 0.03 0.98 0 0.07 298.18 0.96 0.47
Hex E5 5 EC 3 62 0 7 12A 60 2F
Octal 345 5 354 3 142 0 7 452 140 57
Binary 11100101 101 11101100 11 1100010 0 111 100101010 1100000 101111

Color Harmonies of #E505EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E505EC

Black with #E505EC

Text Example


Text Example

White with #E505EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E505EC; }

 p { color: rgb(229,5,236); }

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

background-color css

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

 a { background-color: rgb(229,5,236); }

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

border-color css

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

 span { border-color: rgb(229,5,236); }

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