Html Css Color HEX #E006F3 Psychedelic Purple

📋 copy color: '#E006F3'

red 224 ◦ green 6 ◦ blue 243

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

Shades of Psychedelic Purple #E006F3

Tints of Psychedelic Purple #E006F3

RGB

 RED value IS 224 (87.89% from 255) = 47.36%

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

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

R = 47.36%
G = 1.27%
B = 51.37%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E006F3 (or 0xE006F3) is known color: Psychedelic Purple. HEX triplet: E0, 06 and F3. RGB value is (224,6,243). Sum of RGB (Red+Green+Blue) = 224+6+243=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 6 (2.73% from 255 or 1.27% from 473); Blue value is 243 (95.31% from 255 or 51.37% from 473); Max value from RGB is 243 - color contains mainly: blue. Hex color #E006F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E006F3 is #1FF90C. Grayscale: #616161. Windows color (decimal): -2095373 or 15927008. OLE color: 15927008.

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

Color convert

RGB 224 6 243 -
CMYK 0.08 0.98 0 0.05
HSL 295.19º 0.95% 0.49% -
HSV(B) 295.19º 0.98% 0.95% -
XYZ 46.98 22.45 86.65 -
YUV 98.2 209.72 217.73 -
System Red Green Blue C M Y K H S L
Decimal 224 6 243 0.08 0.98 0 0.05 295.19 0.95 0.49
Hex E0 6 F3 8 62 0 5 127 5F 31
Octal 340 6 363 10 142 0 5 447 137 61
Binary 11100000 110 11110011 1000 1100010 0 101 100100111 1011111 110001

Color Harmonies of #E006F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E006F3

Black with #E006F3

Text Example


Text Example

White with #E006F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E006F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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