Html Css Color HEX #E104ED Psychedelic Purple

📋 copy color: '#E104ED'

red 225 ◦ green 4 ◦ blue 237

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

Shades of Psychedelic Purple #E104ED

Tints of Psychedelic Purple #E104ED

RGB

 RED value IS 225 (88.28% from 255) = 48.28%

 GREEN value IS 4 (1.95% from 255) = 0.86%

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

R = 48.28%
G = 0.86%
B = 50.86%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E104ED (or 0xE104ED) is known color: Psychedelic Purple. HEX triplet: E1, 04 and ED. RGB value is (225,4,237). Sum of RGB (Red+Green+Blue) = 225+4+237=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 4 (1.95% from 255 or 0.86% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #E104ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E104ED is #1EFB12. Grayscale: #5F5F5F. Windows color (decimal): -2030355 or 15533281. OLE color: 15533281.

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

Color convert

RGB 225 4 237 -
CMYK 0.05 0.98 0 0.07
HSL 296.91º 0.97% 0.47% -
HSV(B) 296.91º 0.98% 0.93% -
XYZ 46.38 22.21 81.96 -
YUV 96.64 207.22 219.55 -
System Red Green Blue C M Y K H S L
Decimal 225 4 237 0.05 0.98 0 0.07 296.91 0.97 0.47
Hex E1 4 ED 5 62 0 7 129 61 2F
Octal 341 4 355 5 142 0 7 451 141 57
Binary 11100001 100 11101101 101 1100010 0 111 100101001 1100001 101111

Color Harmonies of #E104ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E104ED

Black with #E104ED

Text Example


Text Example

White with #E104ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E104ED; }

 p { color: rgb(225,4,237); }

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

background-color css

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

 a { background-color: rgb(225,4,237); }

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

border-color css

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

 span { border-color: rgb(225,4,237); }

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