Html Css Color HEX #E904ED Psychedelic Purple

📋 copy color: '#E904ED'

red 233 ◦ green 4 ◦ blue 237

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

Shades of Psychedelic Purple #E904ED

Tints of Psychedelic Purple #E904ED

RGB

 RED value IS 233 (91.41% from 255) = 49.16%

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

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

R = 49.16%
G = 0.84%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E904ED (or 0xE904ED) is known color: Psychedelic Purple. HEX triplet: E9, 04 and ED. RGB value is (233,4,237). Sum of RGB (Red+Green+Blue) = 233+4+237=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 4 (1.95% from 255 or 0.84% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #E904ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E904ED is #16FB12. Grayscale: #626262. Windows color (decimal): -1506067 or 15533289. OLE color: 15533289.

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

Color convert

RGB 233 4 237 -
CMYK 0.02 0.98 0 0.07
HSL 298.97º 0.97% 0.47% -
HSV(B) 298.97º 0.98% 0.93% -
XYZ 48.93 23.52 82.08 -
YUV 99.03 205.87 223.55 -
System Red Green Blue C M Y K H S L
Decimal 233 4 237 0.02 0.98 0 0.07 298.97 0.97 0.47
Hex E9 4 ED 2 62 0 7 12B 61 2F
Octal 351 4 355 2 142 0 7 453 141 57
Binary 11101001 100 11101101 10 1100010 0 111 100101011 1100001 101111

Color Harmonies of #E904ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E904ED

Black with #E904ED

Text Example


Text Example

White with #E904ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E904ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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