Html Css Color HEX #E209ED Psychedelic Purple

📋 copy color: '#E209ED'

red 226 ◦ green 9 ◦ blue 237

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

Shades of Psychedelic Purple #E209ED

Tints of Psychedelic Purple #E209ED

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.91%

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

R = 47.88%
G = 1.91%
B = 50.21%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E209ED (or 0xE209ED) is known color: Psychedelic Purple. HEX triplet: E2, 09 and ED. RGB value is (226,9,237). Sum of RGB (Red+Green+Blue) = 226+9+237=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 9 (3.91% from 255 or 1.91% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #E209ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E209ED is #1DF612. Grayscale: #636363. Windows color (decimal): -1963539 or 15534562. OLE color: 15534562.

HSL color Cylindrical-coordinate representation of color #E209ED: hue angle of 297.11º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E209ED is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 9 237 -
CMYK 0.05 0.96 0 0.07
HSL 297.11º 0.93% 0.48% -
HSV(B) 297.11º 0.96% 0.93% -
XYZ 46.75 22.48 82 -
YUV 99.88 205.39 217.96 -
System Red Green Blue C M Y K H S L
Decimal 226 9 237 0.05 0.96 0 0.07 297.11 0.93 0.48
Hex E2 9 ED 5 60 0 7 129 5D 30
Octal 342 11 355 5 140 0 7 451 135 60
Binary 11100010 1001 11101101 101 1100000 0 111 100101001 1011101 110000

Color Harmonies of #E209ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E209ED

Black with #E209ED

Text Example


Text Example

White with #E209ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E209ED; }

 p { color: rgb(226,9,237); }

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

background-color css

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

 a { background-color: rgb(226,9,237); }

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

border-color css

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

 span { border-color: rgb(226,9,237); }

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