Html Css Color HEX #E204EB Psychedelic Purple

📋 copy color: '#E204EB'

red 226 ◦ green 4 ◦ blue 235

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

Shades of Psychedelic Purple #E204EB

Tints of Psychedelic Purple #E204EB

RGB

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

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

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

R = 48.6%
G = 0.86%
B = 50.54%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E204EB (or 0xE204EB) is known color: Psychedelic Purple. HEX triplet: E2, 04 and EB. RGB value is (226,4,235). Sum of RGB (Red+Green+Blue) = 226+4+235=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 4 (1.95% from 255 or 0.86% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #E204EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E204EB is #1DFB14. Grayscale: #606060. Windows color (decimal): -1964821 or 15402210. OLE color: 15402210.

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

Color convert

RGB 226 4 235 -
CMYK 0.04 0.98 0 0.08
HSL 297.66º 0.97% 0.47% -
HSV(B) 297.66º 0.98% 0.92% -
XYZ 46.4 22.25 80.45 -
YUV 96.71 206.05 220.22 -
System Red Green Blue C M Y K H S L
Decimal 226 4 235 0.04 0.98 0 0.08 297.66 0.97 0.47
Hex E2 4 EB 4 62 0 8 12A 61 2F
Octal 342 4 353 4 142 0 10 452 141 57
Binary 11100010 100 11101011 100 1100010 0 1000 100101010 1100001 101111

Color Harmonies of #E204EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E204EB

Black with #E204EB

Text Example


Text Example

White with #E204EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E204EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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