Html Css Color HEX #E206F3 Psychedelic Purple

📋 copy color: '#E206F3'

red 226 ◦ green 6 ◦ blue 243

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

Shades of Psychedelic Purple #E206F3

Tints of Psychedelic Purple #E206F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 51.16%

R = 47.58%
G = 1.26%
B = 51.16%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E206F3 (or 0xE206F3) is known color: Psychedelic Purple. HEX triplet: E2, 06 and F3. RGB value is (226,6,243). Sum of RGB (Red+Green+Blue) = 226+6+243=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 6 (2.73% from 255 or 1.26% from 475); Blue value is 243 (95.31% from 255 or 51.16% from 475); Max value from RGB is 243 - color contains mainly: blue. Hex color #E206F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E206F3 is #1DF90C. Grayscale: #626262. Windows color (decimal): -1964301 or 15927010. OLE color: 15927010.

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

Color convert

RGB 226 6 243 -
CMYK 0.07 0.98 0 0.05
HSL 295.7º 0.95% 0.49% -
HSV(B) 295.7º 0.98% 0.95% -
XYZ 47.61 22.77 86.68 -
YUV 98.8 209.39 218.73 -
System Red Green Blue C M Y K H S L
Decimal 226 6 243 0.07 0.98 0 0.05 295.7 0.95 0.49
Hex E2 6 F3 7 62 0 5 128 5F 31
Octal 342 6 363 7 142 0 5 450 137 61
Binary 11100010 110 11110011 111 1100010 0 101 100101000 1011111 110001

Color Harmonies of #E206F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E206F3

Black with #E206F3

Text Example


Text Example

White with #E206F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E206F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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