Html Css Color HEX #E505EB Psychedelic Purple

📋 copy color: '#E505EB'

red 229 ◦ green 5 ◦ blue 235

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

Shades of Psychedelic Purple #E505EB

Tints of Psychedelic Purple #E505EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.11%

R = 48.83%
G = 1.07%
B = 50.11%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E505EB (or 0xE505EB) is known color: Psychedelic Purple. HEX triplet: E5, 05 and EB. RGB value is (229,5,235). Sum of RGB (Red+Green+Blue) = 229+5+235=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 5 (2.34% from 255 or 1.07% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #E505EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E505EB is #1AFA14. Grayscale: #616161. Windows color (decimal): -1767957 or 15402469. OLE color: 15402469.

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

Color convert

RGB 229 5 235 -
CMYK 0.03 0.98 0 0.08
HSL 298.43º 0.96% 0.47% -
HSV(B) 298.43º 0.98% 0.92% -
XYZ 47.36 22.76 80.5 -
YUV 98.2 205.21 221.3 -
System Red Green Blue C M Y K H S L
Decimal 229 5 235 0.03 0.98 0 0.08 298.43 0.96 0.47
Hex E5 5 EB 3 62 0 8 12A 60 2F
Octal 345 5 353 3 142 0 10 452 140 57
Binary 11100101 101 11101011 11 1100010 0 1000 100101010 1100000 101111

Color Harmonies of #E505EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E505EB

Black with #E505EB

Text Example


Text Example

White with #E505EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E505EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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