Html Css Color HEX #E405ED Psychedelic Purple

📋 copy color: '#E405ED'

red 228 ◦ green 5 ◦ blue 237

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

Shades of Psychedelic Purple #E405ED

Tints of Psychedelic Purple #E405ED

RGB

 RED value IS 228 (89.45% from 255) = 48.51%

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

 BLUE value IS 237 (92.97% from 255) = 50.43%

R = 48.51%
G = 1.06%
B = 50.43%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E405ED (or 0xE405ED) is known color: Psychedelic Purple. HEX triplet: E4, 05 and ED. RGB value is (228,5,237). Sum of RGB (Red+Green+Blue) = 228+5+237=470 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.51% from 470); Green value is 5 (2.34% from 255 or 1.06% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #E405ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E405ED is #1BFA12. Grayscale: #616161. Windows color (decimal): -1833491 or 15533540. OLE color: 15533540.

HSL color Cylindrical-coordinate representation of color #E405ED: hue angle of 297.67º 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 #E405ED is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 5 237 -
CMYK 0.04 0.98 0 0.07
HSL 297.67º 0.96% 0.47% -
HSV(B) 297.67º 0.98% 0.93% -
XYZ 47.34 22.72 82.01 -
YUV 98.13 206.38 220.64 -
System Red Green Blue C M Y K H S L
Decimal 228 5 237 0.04 0.98 0 0.07 297.67 0.96 0.47
Hex E4 5 ED 4 62 0 7 12A 60 2F
Octal 344 5 355 4 142 0 7 452 140 57
Binary 11100100 101 11101101 100 1100010 0 111 100101010 1100000 101111

Color Harmonies of #E405ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E405ED

Black with #E405ED

Text Example


Text Example

White with #E405ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E405ED; }

 p { color: rgb(228,5,237); }

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

background-color css

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

 a { background-color: rgb(228,5,237); }

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

border-color css

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

 span { border-color: rgb(228,5,237); }

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