Html Css Color HEX #EC00F6 Psychedelic Purple

📋 copy color: '#EC00F6'

red 236 ◦ green 0 ◦ blue 246

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

Shades of Psychedelic Purple #EC00F6

Tints of Psychedelic Purple #EC00F6

RGB

 RED value IS 236 (92.58% from 255) = 48.96%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 246 (96.48% from 255) = 51.04%

R = 48.96%
G = 0%
B = 51.04%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC00F6 (or 0xEC00F6) is known color: Psychedelic Purple. HEX triplet: EC, 00 and F6. RGB value is (236,0,246). Sum of RGB (Red+Green+Blue) = 236+0+246=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 0 (0.39% from 255 or 0% from 482); Blue value is 246 (96.48% from 255 or 51.04% from 482); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC00F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC00F6 is #13FF09. Grayscale: #616161. Windows color (decimal): -1310474 or 16122092. OLE color: 16122092.

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

Color convert

RGB 236 0 246 -
CMYK 0.04 1 0 0.04
HSL 297.56º 1% 0.48% -
HSV(B) 297.56º 1% 0.96% -
XYZ 51.23 24.49 89.22 -
YUV 98.61 211.19 226 -
System Red Green Blue C M Y K H S L
Decimal 236 0 246 0.04 1 0 0.04 297.56 1 0.48
Hex EC 0 F6 4 64 0 4 12A 64 30
Octal 354 0 366 4 144 0 4 452 144 60
Binary 11101100 0 11110110 100 1100100 0 100 100101010 1100100 110000

Color Harmonies of #EC00F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC00F6

Black with #EC00F6

Text Example


Text Example

White with #EC00F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC00F6; }

 p { color: rgb(236,0,246); }

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

background-color css

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

 a { background-color: rgb(236,0,246); }

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

border-color css

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

 span { border-color: rgb(236,0,246); }

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