Html Css Color HEX #EC06FC Psychedelic Purple

📋 copy color: '#EC06FC'

red 236 ◦ green 6 ◦ blue 252

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

Shades of Psychedelic Purple #EC06FC

Tints of Psychedelic Purple #EC06FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.01%

R = 47.77%
G = 1.21%
B = 51.01%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC06FC (or 0xEC06FC) is known color: Psychedelic Purple. HEX triplet: EC, 06 and FC. RGB value is (236,6,252). Sum of RGB (Red+Green+Blue) = 236+6+252=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 6 (2.73% from 255 or 1.21% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC06FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC06FC is #13F903. Grayscale: #666666. Windows color (decimal): -1308932 or 16516844. OLE color: 16516844.

HSL color Cylindrical-coordinate representation of color #EC06FC: hue angle of 296.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC06FC is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 6 252 -
CMYK 0.06 0.98 0 0.01
HSL 296.1º 0.98% 0.51% -
HSV(B) 296.1º 0.98% 0.99% -
XYZ 52.23 24.99 94.17 -
YUV 102.81 212.2 223 -
System Red Green Blue C M Y K H S L
Decimal 236 6 252 0.06 0.98 0 0.01 296.1 0.98 0.51
Hex EC 6 FC 6 62 0 1 128 62 33
Octal 354 6 374 6 142 0 1 450 142 63
Binary 11101100 110 11111100 110 1100010 0 1 100101000 1100010 110011

Color Harmonies of #EC06FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC06FC

Black with #EC06FC

Text Example


Text Example

White with #EC06FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC06FC; }

 p { color: rgb(236,6,252); }

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

background-color css

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

 a { background-color: rgb(236,6,252); }

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

border-color css

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

 span { border-color: rgb(236,6,252); }

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