Html Css Color HEX #E206ED Psychedelic Purple

📋 copy color: '#E206ED'

red 226 ◦ green 6 ◦ blue 237

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

Shades of Psychedelic Purple #E206ED

Tints of Psychedelic Purple #E206ED

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.28%

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

R = 48.19%
G = 1.28%
B = 50.53%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E206ED (or 0xE206ED) is known color: Psychedelic Purple. HEX triplet: E2, 06 and ED. RGB value is (226,6,237). Sum of RGB (Red+Green+Blue) = 226+6+237=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 6 (2.73% from 255 or 1.28% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #E206ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E206ED is #1DF912. Grayscale: #616161. Windows color (decimal): -1964307 or 15533794. OLE color: 15533794.

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

Color convert

RGB 226 6 237 -
CMYK 0.05 0.97 0 0.07
HSL 297.14º 0.95% 0.48% -
HSV(B) 297.14º 0.97% 0.93% -
XYZ 46.72 22.41 81.98 -
YUV 98.11 206.39 219.22 -
System Red Green Blue C M Y K H S L
Decimal 226 6 237 0.05 0.97 0 0.07 297.14 0.95 0.48
Hex E2 6 ED 5 61 0 7 129 5F 30
Octal 342 6 355 5 141 0 7 451 137 60
Binary 11100010 110 11101101 101 1100001 0 111 100101001 1011111 110000

Color Harmonies of #E206ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E206ED

Black with #E206ED

Text Example


Text Example

White with #E206ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E206ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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