Html Css Color HEX #E006F2 Psychedelic Purple

📋 copy color: '#E006F2'

red 224 ◦ green 6 ◦ blue 242

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

Shades of Psychedelic Purple #E006F2

Tints of Psychedelic Purple #E006F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.27%

R = 47.46%
G = 1.27%
B = 51.27%

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

#E006F2 (or 0xE006F2) is known color: Psychedelic Purple. HEX triplet: E0, 06 and F2. RGB value is (224,6,242). Sum of RGB (Red+Green+Blue) = 224+6+242=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 6 (2.73% from 255 or 1.27% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #E006F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E006F2 is #1FF90D. Grayscale: #616161. Windows color (decimal): -2095374 or 15861472. OLE color: 15861472.

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

Color convert

RGB 224 6 242 -
CMYK 0.07 0.98 0 0.05
HSL 295.42º 0.95% 0.49% -
HSV(B) 295.42º 0.98% 0.95% -
XYZ 46.83 22.39 85.86 -
YUV 98.09 209.22 217.81 -
System Red Green Blue C M Y K H S L
Decimal 224 6 242 0.07 0.98 0 0.05 295.42 0.95 0.49
Hex E0 6 F2 7 62 0 5 127 5F 31
Octal 340 6 362 7 142 0 5 447 137 61
Binary 11100000 110 11110010 111 1100010 0 101 100100111 1011111 110001

Color Harmonies of #E006F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E006F2

Black with #E006F2

Text Example


Text Example

White with #E006F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E006F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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