Html Css Color HEX #E204E5 Psychedelic Purple

📋 copy color: '#E204E5'

red 226 ◦ green 4 ◦ blue 229

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

Shades of Psychedelic Purple #E204E5

Tints of Psychedelic Purple #E204E5

RGB

 RED value IS 226 (88.67% from 255) = 49.24%

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

 BLUE value IS 229 (89.84% from 255) = 49.89%

R = 49.24%
G = 0.87%
B = 49.89%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E204E5 (or 0xE204E5) is known color: Psychedelic Purple. HEX triplet: E2, 04 and E5. RGB value is (226,4,229). Sum of RGB (Red+Green+Blue) = 226+4+229=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 4 (1.95% from 255 or 0.87% from 459); Blue value is 229 (89.84% from 255 or 49.89% from 459); Max value from RGB is 229 - color contains mainly: blue. Hex color #E204E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E204E5 is #1DFB1A. Grayscale: #5F5F5F. Windows color (decimal): -1964827 or 15008994. OLE color: 15008994.

HSL color Cylindrical-coordinate representation of color #E204E5: hue angle of 299.2º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E204E5 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 4 229 -
CMYK 0.01 0.98 0 0.10
HSL 299.2º 0.97% 0.46% -
HSV(B) 299.2º 0.98% 0.9% -
XYZ 45.55 21.91 75.96 -
YUV 96.03 203.05 220.7 -
System Red Green Blue C M Y K H S L
Decimal 226 4 229 0.01 0.98 0 0.10 299.2 0.97 0.46
Hex E2 4 E5 1 62 0 A 12B 61 2E
Octal 342 4 345 1 142 0 12 453 141 56
Binary 11100010 100 11100101 1 1100010 0 1010 100101011 1100001 101110

Color Harmonies of #E204E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E204E5

Black with #E204E5

Text Example


Text Example

White with #E204E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E204E5; }

 p { color: rgb(226,4,229); }

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

background-color css

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

 a { background-color: rgb(226,4,229); }

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

border-color css

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

 span { border-color: rgb(226,4,229); }

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